org.apache.portals.bridges.php
Class ServletConfigImpl
java.lang.Object
org.apache.portals.bridges.php.ServletConfigImpl
- All Implemented Interfaces:
- javax.servlet.ServletConfig
- class ServletConfigImpl
- extends Object
- implements javax.servlet.ServletConfig
ServletConfigImpl Wrapper around PortletConfig
- Version:
- $Id: ServletConfigImpl.java 545680 2007-06-09 01:48:26Z ate $
- Author:
- Roger Ruttimann
Field Summary |
private javax.portlet.PortletConfig |
config
|
private javax.servlet.ServletContext |
context
|
config
private javax.portlet.PortletConfig config
context
private javax.servlet.ServletContext context
ServletConfigImpl
public ServletConfigImpl(javax.portlet.PortletConfig config)
ServletConfigImpl
public ServletConfigImpl(javax.portlet.PortletConfig config,
javax.servlet.ServletContext context)
getInitParameter
public String getInitParameter(String arg0)
- Specified by:
getInitParameter
in interface javax.servlet.ServletConfig
getInitParameterNames
public Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames
in interface javax.servlet.ServletConfig
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext
in interface javax.servlet.ServletConfig
getServletName
public String getServletName()
- Specified by:
getServletName
in interface javax.servlet.ServletConfig
toString
public String toString()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.