org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl
Class ServletRegistrationWrapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletRegistrationWrapper
public ServletRegistrationWrapper(javax.servlet.ServletRegistration delegate)
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.