Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Player (0.03 sec)

  1. FessListedClassificationProvider.java

    return null; L51: // } L52: //} L53: //try { L54: // return CDef.DefMeta.valueOf(searchName); L55: //} catch (IllegalArgumentException ignored) { // not found L56: // return null; // handled later L57: //} L58: } L59: L60: @Override L61: public OptionalThing<String> determineAlias(final Locale locale) { L62: return OptionalObject.empty(); L63: } L64:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.5K bytes
  2. Secured.java

    ementType; L20:import java.lang.annotation.Inherited; L21:import java.lang.annotation.Retention; 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({ ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.8K bytes
Back to top