| |
|
| java.lang.Object de.jwic.base.XmlApplicationSetup
XmlApplicationSetup | public class XmlApplicationSetup implements IApplicationSetup(Code) | | Loads the application setup from an xml file.
author: Florian Lippisch version: $Revision: 1.6 $ |
DTD_RESOURCEPATH | final public static String DTD_RESOURCEPATH(Code) | | |
XmlApplicationSetup | public XmlApplicationSetup(String filename)(Code) | | Create an ApplicationSetup from the specified file.
Parameters: filename - |
XmlApplicationSetup | public XmlApplicationSetup(InputStream stream)(Code) | | Create an ApplicationSetup from the specified stream.
Parameters: filename - |
getAppClassName | public String getAppClassName()(Code) | | Returns the appClassName. |
getRootControlClass | public String getRootControlClass()(Code) | | Returns the classname of the root control.
|
isRequireAuthentication | public boolean isRequireAuthentication()(Code) | | |
isSerializable | public boolean isSerializable()(Code) | | |
isSingleSession | public boolean isSingleSession()(Code) | | |
isUseAjaxRendering | public boolean isUseAjaxRendering()(Code) | | |
|
|
|