org.apache.myfaces.config.impl.digester.elements
Class ComponentTagDeclarationImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.ComponentTagDeclaration
      extended by 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

Constructor Summary
ComponentTagDeclarationImpl(String componentType, String namespace, String tagName)
           
 
Method Summary
 String getComponentType()
           
 String getNamespace()
           
 String getTagName()
           
 void setComponentType(String componentType)
           
 void setNamespace(String namespace)
           
 void setTagName(String tagName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTagDeclarationImpl

public ComponentTagDeclarationImpl(String componentType,
                                   String namespace,
                                   String tagName)
Method Detail

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.