|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.e_app.ApplicationConfig
public class ApplicationConfig
Configuration for the application.xml file.
Nested Class Summary | |
---|---|
class |
ApplicationConfig.Module
|
Constructor Summary | |
---|---|
ApplicationConfig()
Sets the root directory. |
Method Summary | |
---|---|
void |
addSecurityRole(SecurityRole role)
Adds a security role. |
ApplicationConfig.Module |
createModule()
Adds a module. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setDisplayName(java.lang.String name)
Sets the display name. |
void |
setIcon(Icon icon)
Sets the icon. |
void |
setId(java.lang.String id)
Sets the id |
void |
setSchemaLocation(java.lang.String schema)
Sets the schema location |
void |
setVersion(java.lang.String version)
Sets the application version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationConfig()
Method Detail |
---|
public void setId(java.lang.String id)
public void setVersion(java.lang.String version)
public void setSchemaLocation(java.lang.String schema)
public void setDisplayName(java.lang.String name)
public void setDescription(java.lang.String description)
public void setIcon(Icon icon)
public ApplicationConfig.Module createModule()
public void addSecurityRole(SecurityRole role)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |