Class CalloutServletConfig
- java.lang.Object
-
- org.openbravo.client.application.window.servlet.CalloutServletConfig
-
- All Implemented Interfaces:
javax.servlet.ServletConfig
public class CalloutServletConfig extends Object implements javax.servlet.ServletConfig
-
-
Constructor Summary
Constructors Constructor Description CalloutServletConfig(String servletName, javax.servlet.ServletContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInitParameter(String name)
Enumeration<String>
getInitParameterNames()
javax.servlet.ServletContext
getServletContext()
String
getServletName()
-
-
-
Constructor Detail
-
CalloutServletConfig
public CalloutServletConfig(String servletName, javax.servlet.ServletContext context)
-
-
Method Detail
-
getInitParameter
public String getInitParameter(String name)
- Specified by:
getInitParameter
in interfacejavax.servlet.ServletConfig
-
getInitParameterNames
public Enumeration<String> getInitParameterNames()
- Specified by:
getInitParameterNames
in interfacejavax.servlet.ServletConfig
-
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext
in interfacejavax.servlet.ServletConfig
-
getServletName
public String getServletName()
- Specified by:
getServletName
in interfacejavax.servlet.ServletConfig
-
-