Uses of Class
org.apache.felix.http.base.internal.registry.MappingType
-
Packages that use MappingType Package Description org.apache.felix.http.base.internal.dispatch org.apache.felix.http.base.internal.registry -
-
Uses of MappingType in org.apache.felix.http.base.internal.dispatch
Methods in org.apache.felix.http.base.internal.dispatch that return MappingType Modifier and Type Method Description MappingType
RequestInfo. getMappingType()
Constructors in org.apache.felix.http.base.internal.dispatch with parameters of type MappingType Constructor Description RequestInfo(String servletPath, String pathInfo, String queryString, String requestURI, String matchServletName, String matchPattern, String matchValue, MappingType mappingType, boolean nameMatch)
Create a new request info -
Uses of MappingType in org.apache.felix.http.base.internal.registry
Fields in org.apache.felix.http.base.internal.registry declared as MappingType Modifier and Type Field Description MappingType
PathResolution. mappingType
Methods in org.apache.felix.http.base.internal.registry that return MappingType Modifier and Type Method Description static MappingType
MappingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingType[]
MappingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-