Class ApplicationMapping
java.lang.Object
org.apache.catalina.core.ApplicationMapping
Holds servlet mapping data for a single request.
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationMapping(MappingData mappingData) Constructs a new ApplicationMapping. -
Method Summary
Modifier and TypeMethodDescriptionReturns the HttpServletMapping for this request.voidrecycle()Recycles this mapping for reuse.
-
Constructor Details
-
ApplicationMapping
Constructs a new ApplicationMapping.- Parameters:
mappingData- the mapping data
-
-
Method Details
-
getHttpServletMapping
Returns the HttpServletMapping for this request.- Returns:
- the servlet mapping
-
recycle
public void recycle()Recycles this mapping for reuse.
-