|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServletResponseWrapper
org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterResponseWrapper
public class RequestParameterResponseWrapper
This wrapper intercepts encodeURL and pass it to the RequestParameterProviderManager
which attaches the url parameters
Constructor Summary | |
---|---|
RequestParameterResponseWrapper(HttpServletResponse httpServletResponse)
|
Method Summary | |
---|---|
java.lang.String |
encodeUrl(java.lang.String url)
Deprecated. |
java.lang.String |
encodeURL(java.lang.String url)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestParameterResponseWrapper(HttpServletResponse httpServletResponse)
Method Detail |
---|
public java.lang.String encodeURL(java.lang.String url)
url
- the url to encode
public java.lang.String encodeUrl(java.lang.String url)
The inherited implementation of this method calls super.encodeUrl(url) directly, which would bypass our custom code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |