Package org.apache.catalina.core
Class ApplicationMapping
- java.lang.Object
-
- org.apache.catalina.core.ApplicationMapping
-
public class ApplicationMapping extends java.lang.ObjectHolds servlet mapping data for a single request.
-
-
Constructor Summary
Constructors Constructor Description ApplicationMapping(MappingData mappingData)Constructs a new ApplicationMapping.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpServletMappinggetHttpServletMapping()Returns the HttpServletMapping for this request.voidrecycle()Recycles this mapping for reuse.
-
-
-
Constructor Detail
-
ApplicationMapping
public ApplicationMapping(MappingData mappingData)
Constructs a new ApplicationMapping.- Parameters:
mappingData- the mapping data
-
-
Method Detail
-
getHttpServletMapping
public HttpServletMapping getHttpServletMapping()
Returns the HttpServletMapping for this request.- Returns:
- the servlet mapping
-
recycle
public void recycle()
Recycles this mapping for reuse.
-
-