org.apache.myfaces.config.element
Class ComponentTagDeclaration

java.lang.Object
  extended by 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

Constructor Summary
ComponentTagDeclaration()
           
 
Method Summary
abstract  String getComponentType()
           
abstract  String getNamespace()
           
abstract  String getTagName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTagDeclaration

public ComponentTagDeclaration()
Method Detail

getComponentType

public abstract String getComponentType()

getNamespace

public abstract String getNamespace()

getTagName

public abstract String getTagName()


Copyright © 2015 The Apache Software Foundation. All rights reserved.