HomeSort by relevance Sort by last modified time
    Searched refs:managedAttributes (Results 1 - 2 of 2) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandler.java 93 * If the context init parameter "org.eclipse.jetty.server.context.ManagedAttributes" is set to a comma separated list of names, then they are treated as
112 public static final String MANAGED_ATTRIBUTES = "org.eclipse.jetty.server.context.ManagedAttributes";
746 String managedAttributes = _initParams.get(MANAGED_ATTRIBUTES);
747 if (managedAttributes != null)
750 String[] attributes = managedAttributes.split(",");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 478 milliseconds