|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.SiteConfiguration
public class SiteConfiguration
Configuration for the application. The configuration object determines the site namesite id for the self-service and authoring applications. The actual id is set in the component configuration file.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Constructor Summary | |
---|---|
SiteConfiguration()
|
Method Summary | |
---|---|
java.lang.String |
getClientType()
The client type - either 'Self Service' or 'Service Center' |
boolean |
isAgentModule()
True if this is the Agent or admmin module, false if this is the SelfService module |
void |
setAgentModule(boolean pAgentModule)
True if this is the Agent or admmin module, false if this is the SelfService module |
void |
setClientType(java.lang.String pClientType)
The site type - either 'Self Service' or 'Service Center' |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String CLASS_VERSION
Constructor Detail |
---|
public SiteConfiguration()
Method Detail |
---|
public boolean isAgentModule()
public void setAgentModule(boolean pAgentModule)
public java.lang.String getClientType()
public void setClientType(java.lang.String pClientType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |