Searched refs:FRAGMENT_RESOURCES (Results 1 – 2 of 2) sorted by relevance
35 public final static String FRAGMENT_RESOURCES="org.eclipse.jetty.webFragments"; field in FragmentConfiguration61 context.setAttribute(FRAGMENT_RESOURCES, null); in postConfigure()73 List<Resource> frags = (List<Resource>)context.getAttribute(FRAGMENT_RESOURCES); in findWebFragments()
47 public static final String METAINF_FRAGMENTS = FragmentConfiguration.FRAGMENT_RESOURCES;