|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RequestCycleSettingsMBean
Request cycle settings.
| Method Summary | |
|---|---|
boolean |
getBufferResponse()
|
boolean |
getGatherExtendedBrowserInfo()
Gets whether Wicket should try to get extensive client info by redirecting to a page that polls for client capabilities. |
java.lang.String |
getResponseRequestEncoding()
In order to do proper form parameter decoding it is important that the response and the following request have the same encoding. |
void |
setBufferResponse(boolean bufferResponse)
|
void |
setGatherExtendedBrowserInfo(boolean gatherExtendedBrowserInfo)
Sets whether Wicket should try to get extensive client info by redirecting to a page that polls for client capabilities. |
void |
setResponseRequestEncoding(java.lang.String responseRequestEncoding)
In order to do proper form parameter decoding it is important that the response and the following request have the same encoding. |
| Method Detail |
|---|
boolean getBufferResponse()
boolean getGatherExtendedBrowserInfo()
a page that polls for client capabilities. This
method is used by the default implementation of
WebRequestCycle.newClientInfo(), so if that method is overriden,
there is no guarantee this method will be taken into account.
java.lang.String getResponseRequestEncoding()
void setBufferResponse(boolean bufferResponse)
bufferResponse - True if this application should buffer responses.void setGatherExtendedBrowserInfo(boolean gatherExtendedBrowserInfo)
a page that polls for client capabilities. This
method is used by the default implementation of
WebRequestCycle.newClientInfo(), so if that method is overriden,
there is no guarantee this method will be taken into account.
gatherExtendedBrowserInfo - Whether to gather extensive client infovoid setResponseRequestEncoding(java.lang.String responseRequestEncoding)
responseRequestEncoding - The request and response encoding to be used.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||