org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl
Class ServletRegistrationWrapper

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl.ServletRegistrationWrapper
All Implemented Interfaces:
Registration, ServletRegistration

public class ServletRegistrationWrapper
extends java.lang.Object
implements ServletRegistration

Author:
Leonardo Uribe

Constructor Summary
ServletRegistrationWrapper(javax.servlet.ServletRegistration delegate)
           
 
Method Summary
 java.lang.String getClassName()
           
 java.util.Collection<java.lang.String> getMappings()
           
 java.lang.String getName()
           
 java.lang.Object getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletRegistrationWrapper

public ServletRegistrationWrapper(javax.servlet.ServletRegistration delegate)
Method Detail

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface Registration
Returns:
the class name of filter or servlet this registered

getName

public java.lang.String getName()
Specified by:
getName in interface Registration
Returns:
name of filter or servlet this initialised

getMappings

public java.util.Collection<java.lang.String> getMappings()
Specified by:
getMappings in interface ServletRegistration

getWrapped

public java.lang.Object getWrapped()


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.