Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DefineT (0.04 sec)

  1. FessActionAdjustmentProvider.java

    @author jflute L26: */ L27:public class FessActionAdjustmentProvider implements ActionAdjustmentProvider { L28: L29: // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ L30: // you can adjust your actions by overriding L31: // default methods defined at the interface L32: // _/_/_/_/_/_/_/_/_/_/ L33: L34: @Override L35: public FormMappingOption adjustFormMapping() { L36: return new FormMappingOption() L37: .filterSimpleTextParameter((parameter, meta) -> paramete...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2K bytes
  2. Secured.java

    L22:import java.lang.annotation.RetentionPolicy; L23:import java.lang.annotation.Target; L24: L25:/** L26: * Java 5 annotation for describing service layer security attributes. L27: * L28: * <p> L29: * The <code>Secured</code> annotation is used to define a list of security configuration L30: * attributes for business methods. L31: * <p> L32: * For example: L33: * L34: * <pre> L35: * &#064;Secured({ &quot;ROLE_USER&quot; }) L36: * public void create(Contact contact); L37: * L38: * &#064;Secured({ ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.8K bytes
Back to top