org.apache.myfaces.config.impl.digester.elements
Class ComponentTagDeclarationImpl
java.lang.Object
org.apache.myfaces.config.element.ComponentTagDeclaration
org.apache.myfaces.config.impl.digester.elements.ComponentTagDeclarationImpl
- All Implemented Interfaces:
- Serializable
public class ComponentTagDeclarationImpl
- extends ComponentTagDeclaration
- 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 |
ComponentTagDeclarationImpl
public ComponentTagDeclarationImpl(String componentType,
String namespace,
String tagName)
getNamespace
public String getNamespace()
- Specified by:
getNamespace
in class ComponentTagDeclaration
- Returns:
- the namespace
setNamespace
public void setNamespace(String namespace)
- Parameters:
namespace
- the namespace to set
getTagName
public String getTagName()
- Specified by:
getTagName
in class ComponentTagDeclaration
- Returns:
- the tagName
setTagName
public void setTagName(String tagName)
- Parameters:
tagName
- the tagName to set
getComponentType
public String getComponentType()
- Specified by:
getComponentType
in class ComponentTagDeclaration
- Returns:
- the componentType
setComponentType
public void setComponentType(String componentType)
- Parameters:
componentType
- the componentType to set
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.