org.apache.tuscany.sca.http
Class DefaultServletHostExtensionPoint

java.lang.Object
  extended by org.apache.tuscany.sca.http.DefaultServletHostExtensionPoint
All Implemented Interfaces:
ServletHostExtensionPoint

public class DefaultServletHostExtensionPoint
extends java.lang.Object
implements ServletHostExtensionPoint

Default implementation of a servlet host extension point.

Version:
$Rev: 537376 $ $Date: 2007-05-12 11:16:49 +0100 (Sat, 12 May 2007) $

Constructor Summary
DefaultServletHostExtensionPoint()
           
 
Method Summary
 void addServletHost(ServletHost servletHost)
          Adds a servlet host extension.
 java.util.List<ServletHost> getServletHosts()
          Returns a list of servlet host extensions.
 void removeServletHost(ServletHost servletHost)
          Removes a servlet host extension.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultServletHostExtensionPoint

public DefaultServletHostExtensionPoint()
Method Detail

addServletHost

public void addServletHost(ServletHost servletHost)
Description copied from interface: ServletHostExtensionPoint
Adds a servlet host extension.

Specified by:
addServletHost in interface ServletHostExtensionPoint

removeServletHost

public void removeServletHost(ServletHost servletHost)
Description copied from interface: ServletHostExtensionPoint
Removes a servlet host extension.

Specified by:
removeServletHost in interface ServletHostExtensionPoint

getServletHosts

public java.util.List<ServletHost> getServletHosts()
Description copied from interface: ServletHostExtensionPoint
Returns a list of servlet host extensions.

Specified by:
getServletHosts in interface ServletHostExtensionPoint
Returns: