org.apache.myfaces.commons.resourcehandler.webapp.config.element
Interface Registration

All Known Subinterfaces:
FilterRegistration, ServletRegistration
All Known Implementing Classes:
FilterRegistrationImpl, FilterRegistrationWrapper, ServletRegistrationImpl, ServletRegistrationWrapper

public interface Registration

Author:
Leonardo Uribe

Method Summary
 java.lang.String getClassName()
           
 java.lang.String getName()
           
 

Method Detail

getClassName

java.lang.String getClassName()
Returns:
the class name of filter or servlet this registered

getName

java.lang.String getName()
Returns:
name of filter or servlet this initialised


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