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

java.lang.Object
  extended by org.apache.myfaces.config.element.Component
      extended by org.apache.myfaces.config.impl.digester.elements.ComponentImpl
All Implemented Interfaces:
Serializable

public class ComponentImpl
extends Component
implements Serializable

Author:
Oliver Rossmueller
See Also:
Serialized Form

Constructor Summary
ComponentImpl()
           
 
Method Summary
 String getComponentClass()
           
 String getComponentType()
           
 void setComponentClass(String componentClass)
           
 void setComponentType(String componentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentImpl

public ComponentImpl()
Method Detail

setComponentType

public void setComponentType(String componentType)

setComponentClass

public void setComponentClass(String componentClass)

getComponentType

public String getComponentType()
Specified by:
getComponentType in class Component

getComponentClass

public String getComponentClass()
Specified by:
getComponentClass in class Component


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