org.apache.myfaces.config.element
Class ComponentTagDeclaration
java.lang.Object
org.apache.myfaces.config.element.ComponentTagDeclaration
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ComponentTagDeclarationImpl
public abstract class ComponentTagDeclaration
- extends Object
- implements Serializable
- Author:
- lu4242
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentTagDeclaration
public ComponentTagDeclaration()
getComponentType
public abstract String getComponentType()
getNamespace
public abstract String getNamespace()
getTagName
public abstract String getTagName()
Copyright © 2014 The Apache Software Foundation. All rights reserved.