|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationSettingsMBean
Application settings.
| Method Summary | |
|---|---|
java.lang.String |
getAccessDeniedPage()
Gets the access denied page class. |
java.lang.String |
getClassResolver()
Gets the default resolver to use when finding classes |
java.lang.String |
getDefaultMaximumUploadSize()
Gets the default maximum size for uploads. |
java.lang.String |
getInternalErrorPage()
Gets internal error page class. |
java.lang.String |
getPageExpiredErrorPage()
Gets the page expired page class. |
java.lang.String |
getUnexpectedExceptionDisplay()
Gets the unexpected exception display. |
void |
setDefaultMaximumUploadSize(java.lang.String defaultUploadSize)
Sets the default maximum size for uploads. |
| Method Detail |
|---|
java.lang.String getAccessDeniedPage()
IApplicationSettings.setAccessDeniedPage(Class)java.lang.String getClassResolver()
java.lang.String getDefaultMaximumUploadSize()
Form.getMaxSize() if no
value is explicitly set through Form.setMaxSize(Bytes).
java.lang.String getInternalErrorPage()
IApplicationSettings.setInternalErrorPage(Class)java.lang.String getPageExpiredErrorPage()
IApplicationSettings.setPageExpiredErrorPage(Class)java.lang.String getUnexpectedExceptionDisplay()
void setDefaultMaximumUploadSize(java.lang.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 | |||||||||