org.wso2.wsas.util
Class JettyWebConfiguration

java.lang.Object
  extended byorg.wso2.wsas.util.JettyWebConfiguration

public class JettyWebConfiguration
extends java.lang.Object


Field Summary
 java.lang.String adminWebCtx
           
 java.lang.String adminWebResourceBase
           
 java.lang.String docsWebCtx
           
 java.lang.String docsWebResourceBase
           
 java.lang.String feedsWebCtx
           
 java.lang.String feedsWebResourceBase
           
 java.lang.String samplesWebCtx
           
 java.lang.String samplesWebResourceBase
           
 java.lang.String serviceUiResourceBase
           
 java.lang.String serviceUiWebCtx
           
 java.lang.String stylesWebCtx
           
 java.lang.String stylesWebResourceBase
           
 
Method Summary
static JettyWebConfiguration getInstance()
           
 void init()
          Initialize the web admin content wrt the value of xmlFileKey;
 void setXmlFileKey(java.lang.String xmlFileKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adminWebCtx

public java.lang.String adminWebCtx

adminWebResourceBase

public java.lang.String adminWebResourceBase

serviceUiWebCtx

public java.lang.String serviceUiWebCtx

serviceUiResourceBase

public java.lang.String serviceUiResourceBase

feedsWebCtx

public java.lang.String feedsWebCtx

feedsWebResourceBase

public java.lang.String feedsWebResourceBase

docsWebCtx

public java.lang.String docsWebCtx

docsWebResourceBase

public java.lang.String docsWebResourceBase

samplesWebCtx

public java.lang.String samplesWebCtx

samplesWebResourceBase

public java.lang.String samplesWebResourceBase

stylesWebCtx

public java.lang.String stylesWebCtx

stylesWebResourceBase

public java.lang.String stylesWebResourceBase
Method Detail

getInstance

public static JettyWebConfiguration getInstance()

init

public void init()
Initialize the web admin content wrt the value of xmlFileKey;


setXmlFileKey

public void setXmlFileKey(java.lang.String xmlFileKey)