|
||||||||||
| 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. |
String |
getResponseRequestEncoding()
In order to do proper form parameter decoding it is important that the response and the following request have the same encoding. see http://www.crazysquirrel.com/computing/general/form-encoding.jspx for additional information. |
String |
getTimeout()
Gets the time that a request will by default be waiting for the previous request to be handled before giving up. |
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(String responseRequestEncoding)
In order to do proper form parameter decoding it is important that the response and the following request have the same encoding. see http://www.crazysquirrel.com/computing/general/form-encoding.jspx for additional information. |
void |
setTimeout(String timeout)
Sets the time that a request will by default be waiting for the previous request to be handled before giving up. |
| 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.
String getResponseRequestEncoding()
String getTimeout()
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(String responseRequestEncoding)
responseRequestEncoding - The request and response encoding to be used.void setTimeout(String timeout)
timeout -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||