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 Object
implements ServletRegistration

Author:
Leonardo Uribe

Constructor Summary
ServletRegistrationWrapper(javax.servlet.ServletRegistration delegate)
           
 
Method Summary
 String getClassName()
           
 Collection<String> getMappings()
           
 String getName()
           
 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 String getClassName()
Specified by:
getClassName in interface Registration
Returns:
the class name of filter or servlet this registered

getName

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

getMappings

public Collection<String> getMappings()
Specified by:
getMappings in interface ServletRegistration

getWrapped

public Object getWrapped()


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