org.wso2.wsas.util
Class Utils

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

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static java.lang.String getAxis2Xml()
           
static java.lang.String getWsasServerXml()
           
static boolean isAdminConsoleEnabled()
           
static boolean isURL(java.lang.String location)
           
static void setServletContextProperties(javax.servlet.ServletContext servletContext, java.util.Map generatedPages, boolean isAdminConsoleEnabled, int httpPort, int httpsPort, java.lang.String servicePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

isAdminConsoleEnabled

public static boolean isAdminConsoleEnabled()

setServletContextProperties

public static void setServletContextProperties(javax.servlet.ServletContext servletContext,
                                               java.util.Map generatedPages,
                                               boolean isAdminConsoleEnabled,
                                               int httpPort,
                                               int httpsPort,
                                               java.lang.String servicePath)
                                        throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

getAxis2Xml

public static java.lang.String getAxis2Xml()

getWsasServerXml

public static java.lang.String getWsasServerXml()

isURL

public static boolean isURL(java.lang.String location)