|
|
Javadoc hosting sponsored by DD Poker and Donohoe Digital LLC. |
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.wicket.jmx.RequestCycleSettings
public class RequestCycleSettings
Exposes Application related functionality for JMX.
| Constructor Summary | |
|---|---|
RequestCycleSettings(org.apache.wicket.Application application)
Create. |
|
| 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. |
java.lang.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(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. |
void |
setTimeout(java.lang.String timeout)
Sets the time that a request will by default be waiting for the previous request to be handled before giving up. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestCycleSettings(org.apache.wicket.Application application)
application - | Method Detail |
|---|
public boolean getBufferResponse()
getBufferResponse in interface RequestCycleSettingsMBeanRequestCycleSettingsMBean.getBufferResponse()public boolean getGatherExtendedBrowserInfo()
RequestCycleSettingsMBeana 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.
getGatherExtendedBrowserInfo in interface RequestCycleSettingsMBeanRequestCycleSettingsMBean.getGatherExtendedBrowserInfo()public java.lang.String getResponseRequestEncoding()
RequestCycleSettingsMBean
getResponseRequestEncoding in interface RequestCycleSettingsMBeanRequestCycleSettingsMBean.getResponseRequestEncoding()public java.lang.String getTimeout()
RequestCycleSettingsMBean
getTimeout in interface RequestCycleSettingsMBeanRequestCycleSettingsMBean.getTimeout()public void setBufferResponse(boolean bufferResponse)
setBufferResponse in interface RequestCycleSettingsMBeanbufferResponse - True if this application should buffer responses.RequestCycleSettingsMBean.setBufferResponse(boolean)public void setGatherExtendedBrowserInfo(boolean gatherExtendedBrowserInfo)
RequestCycleSettingsMBeana 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.
setGatherExtendedBrowserInfo in interface RequestCycleSettingsMBeangatherExtendedBrowserInfo - Whether to gather extensive client infoRequestCycleSettingsMBean.setGatherExtendedBrowserInfo(boolean)public void setResponseRequestEncoding(java.lang.String responseRequestEncoding)
RequestCycleSettingsMBean
setResponseRequestEncoding in interface RequestCycleSettingsMBeanresponseRequestEncoding - The request and response encoding to be used.RequestCycleSettingsMBean.setResponseRequestEncoding(java.lang.String)public void setTimeout(java.lang.String timeout)
RequestCycleSettingsMBean
setTimeout in interface RequestCycleSettingsMBeanRequestCycleSettingsMBean.setTimeout(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||