|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationSettingsMBean
Application settings.
| Method Summary | |
|---|---|
String |
getAccessDeniedPage()
Gets the access denied page class. |
String |
getClassResolver()
Gets the default resolver to use when finding classes |
String |
getDefaultMaximumUploadSize()
Gets the default maximum size for uploads. |
String |
getInternalErrorPage()
Gets internal error page class. |
String |
getPageExpiredErrorPage()
Gets the page expired page class. |
String |
getUnexpectedExceptionDisplay()
Gets the unexpected exception display. |
void |
setDefaultMaximumUploadSize(String defaultUploadSize)
Sets the default maximum size for uploads. |
| Method Detail |
|---|
String getAccessDeniedPage()
IApplicationSettings.setAccessDeniedPage(Class)String getClassResolver()
String getDefaultMaximumUploadSize()
Form.getMaxSize() if no
value is explicitly set through Form.setMaxSize(Bytes).
String getInternalErrorPage()
IApplicationSettings.setInternalErrorPage(Class)String getPageExpiredErrorPage()
IApplicationSettings.setPageExpiredErrorPage(Class)String getUnexpectedExceptionDisplay()
void setDefaultMaximumUploadSize(String defaultUploadSize)
Form.getMaxSize() if no
value is explicitly set through Form.setMaxSize(Bytes). The String value should be a
floating point value followed by K, M, G or T for kilobytes, megabytes, gigabytes or
terabytes, respectively. The abbreviations KB, MB, GB and TB are also accepted. Matching is
case insensitive.
defaultUploadSize - the default maximum size for uploads
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||