Class HttpServletMappingWrapper
java.lang.Object
org.apache.felix.http.javaxwrappers.HttpServletMappingWrapper
- All Implemented Interfaces:
javax.servlet.http.HttpServletMapping
public class HttpServletMappingWrapper
extends Object
implements javax.servlet.http.HttpServletMapping
Http Mapping wrapper
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServletMappingWrapper(@NotNull jakarta.servlet.http.HttpServletMapping c) Create new wrapper -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.HttpServletMappingGet the wrapped mappingjavax.servlet.http.MappingMatch
-
Constructor Details
-
HttpServletMappingWrapper
public HttpServletMappingWrapper(@NotNull @NotNull jakarta.servlet.http.HttpServletMapping c) Create new wrapper- Parameters:
c- Wrapped mapper
-
-
Method Details
-
getMatchValue
- Specified by:
getMatchValuein interfacejavax.servlet.http.HttpServletMapping
-
getPattern
- Specified by:
getPatternin interfacejavax.servlet.http.HttpServletMapping
-
getServletName
- Specified by:
getServletNamein interfacejavax.servlet.http.HttpServletMapping
-
getMappingMatch
public javax.servlet.http.MappingMatch getMappingMatch()- Specified by:
getMappingMatchin interfacejavax.servlet.http.HttpServletMapping
-
getMapping
public jakarta.servlet.http.HttpServletMapping getMapping()Get the wrapped mapping- Returns:
- The mapping
-