javax.faces.webapp
Class ConfigComponent

java.lang.Object
  extended by javax.faces.webapp.ConfigFeature
      extended by javax.faces.webapp.ConfigComponent

public class ConfigComponent
extends ConfigFeature

Config Bean for an Component.


Constructor Summary
ConfigComponent()
           
 
Method Summary
 java.lang.String getComponentClass()
           
 java.lang.String getComponentType()
           
 void setComponentClass(java.lang.String componentClass)
           
 void setComponentType(java.lang.String componentType)
           
 
Methods inherited from class javax.faces.webapp.ConfigFeature
addAttribute, addProperty, getAttributes, getDescription, getDisplayName, getLargeIcon, getProperties, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigComponent

public ConfigComponent()
Method Detail

getComponentClass

public java.lang.String getComponentClass()

setComponentClass

public void setComponentClass(java.lang.String componentClass)

getComponentType

public java.lang.String getComponentType()

setComponentType

public void setComponentType(java.lang.String componentType)


Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.