Home
last modified time | relevance | path

Searched refs:FRAGMENT_RESOURCES (Results 1 – 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/webapp/
DFragmentConfiguration.java35 public final static String FRAGMENT_RESOURCES="org.eclipse.jetty.webFragments"; field in FragmentConfiguration
61 context.setAttribute(FRAGMENT_RESOURCES, null); in postConfigure()
73 List<Resource> frags = (List<Resource>)context.getAttribute(FRAGMENT_RESOURCES); in findWebFragments()
DMetaInfConfiguration.java47 public static final String METAINF_FRAGMENTS = FragmentConfiguration.FRAGMENT_RESOURCES;