Class WrapperMappingInfo
java.lang.Object
org.apache.catalina.mapper.WrapperMappingInfo
Encapsulates information used to register a Wrapper mapping.
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperMappingInfo(String mapping, Wrapper wrapper, boolean jspWildCard, boolean resourceOnly) -
Method Summary
Modifier and TypeMethodDescriptionReturns the URL pattern.Returns the wrapper for the Servlet.booleanReturns whether this is a mapping for JSP files.booleanReturns whether this is a resource only mapping.
-
Constructor Details
-
WrapperMappingInfo
-
-
Method Details
-
getMapping
-
getWrapper
-
isJspWildCard
public boolean isJspWildCard()Returns whether this is a mapping for JSP files.- Returns:
trueif this is a JSP wildcard mapping
-
isResourceOnly
public boolean isResourceOnly()Returns whether this is a resource only mapping.- Returns:
trueif this is a resource only mapping
-