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
 String getClassName()
           
 String getName()
           
 

Method Detail

getClassName

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

getName

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


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