public class DecodedRequestInjector extends java.lang.Object implements ServletRequestServicerFilter
IRequestDecoderhas been provided as an
application extension, and (if so), creates a new HttpServletRequest wrapper around the decoded
request.| Constructor and Description |
|---|
DecodedRequestInjector() |
| Modifier and Type | Method and Description |
|---|---|
void |
initializeService() |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServletRequestServicer servicer) |
void |
setApplicationSpecification(ILibrarySpecification applicationSpecification) |
javax.servlet.http.HttpServletRequest |
wrapRequest(javax.servlet.http.HttpServletRequest request) |
public DecodedRequestInjector()
public void initializeService()
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ServletRequestServicer servicer) throws java.io.IOException, javax.servlet.ServletException
service in interface ServletRequestServicerFilterjava.io.IOExceptionjavax.servlet.ServletExceptionpublic javax.servlet.http.HttpServletRequest wrapRequest(javax.servlet.http.HttpServletRequest request)
public void setApplicationSpecification(ILibrarySpecification applicationSpecification)