| org.enhydra.dm.EnhydraDM
EnhydraDM | public class EnhydraDM extends StandardApplication (Code) | | The application object. Application-wide data would go here.
|
allowedExtensionsForUpload | public static String allowedExtensionsForUpload(Code) | | |
allowedFileSizeForUpload | public static int allowedFileSizeForUpload(Code) | | |
defaultDesEncriptionImpl | final public static String defaultDesEncriptionImpl(Code) | | |
defaultDocumentManagerImpl | final public static String defaultDocumentManagerImpl(Code) | | |
defaultDocumentStoreImpl | final public static String defaultDocumentStoreImpl(Code) | | |
defaultLogImpl | final public static String defaultLogImpl(Code) | | |
defaultUserManagerImpl | final public static String defaultUserManagerImpl(Code) | | |
defaultUserTransactionJNDIPath | final public static String defaultUserTransactionJNDIPath(Code) | | |
myself | public static Application myself(Code) | | |
userTransactionJNDIPath | public static String userTransactionJNDIPath(Code) | | |
getProperties | public Properties getProperties(String fileName, String defaultFile)(Code) | | In propsMap map, method try to find appropriate
propertyChangeListener for proceeded file name. If it doesn't exist,
method try to make new propertyChangeListener . If properties file
for proceeded file name doesn't exist, it repeat this procedure for proceeded
default properties file name. Using propertyChangeListener , metod
get appropriate properties.
Parameters: fileName - - proerties file name Parameters: defaultFile - - default proerties file name Properties object |
startup | public void startup(Config appConfig) throws ApplicationException(Code) | | |
toHtml | public String toHtml()(Code) | | This is an optional function, used only by the Multiserver's graphical
administration. This bit of HTML appears in the status page for this application.
You could add extra status info, for example a list of currently logged in users.
HTML that is displayed in the status page of the Multiserver. |
|
|