Class WebContextParameter

java.lang.Object
org.wso2.carbon.webapp.mgt.WebContextParameter

public class WebContextParameter extends Object
Represents a Web Context parameter (represented by context-param in the web.xml file). These will be set in the Webapp servlet context as parameters.
  • Constructor Details

    • WebContextParameter

      public WebContextParameter(String name, String value)
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()