org.apache.tapestry.request
Class DecodedRequestInjector
java.lang.Object
org.apache.tapestry.request.DecodedRequestInjector
- All Implemented Interfaces:
- ServletRequestServicerFilter
public class DecodedRequestInjector
- extends java.lang.Object
- implements ServletRequestServicerFilter
Checks to see if a IRequestDecoder
has been provided as an
application extension, and (if so), creates a new HttpServletRequest wrapper around the decoded
request.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecodedRequestInjector
public DecodedRequestInjector()
initializeService
public void initializeService()
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServletRequestServicer servicer)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
service
in interface ServletRequestServicerFilter
- Throws:
java.io.IOException
javax.servlet.ServletException
wrapRequest
public javax.servlet.http.HttpServletRequest wrapRequest(javax.servlet.http.HttpServletRequest request)
setApplicationSpecification
public void setApplicationSpecification(ILibrarySpecification applicationSpecification)