Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Method and Description |
---|---|
FragmentDescriptor |
AnnotationConfiguration.getFragmentFromJar(Resource jar,
List<FragmentDescriptor> frags)
Get the web-fragment.xml from a jar
|
Modifier and Type | Method and Description |
---|---|
FragmentDescriptor |
AnnotationConfiguration.getFragmentFromJar(Resource jar,
List<FragmentDescriptor> frags)
Get the web-fragment.xml from a jar
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,FragmentDescriptor> |
MetaData._webFragmentNameMap |
protected Map<Resource,FragmentDescriptor> |
MetaData._webFragmentResourceMap |
protected List<FragmentDescriptor> |
MetaData._webFragmentRoots |
Modifier and Type | Method and Description |
---|---|
FragmentDescriptor |
MetaData.getFragment(Resource jar) |
FragmentDescriptor |
MetaData.getFragment(String name) |
Modifier and Type | Method and Description |
---|---|
List<FragmentDescriptor> |
MetaData.getFragments() |
Map<String,FragmentDescriptor> |
MetaData.getNamedFragments() |
List<FragmentDescriptor> |
MetaData.getOrderedFragments() |
Copyright © 1995-2015 Webtide. All Rights Reserved.