javax.faces.webapp
Class ConfigProperty

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

public class ConfigProperty
extends ConfigFeature

Config Bean for an Property.


Constructor Summary
ConfigProperty()
           
 
Method Summary
 java.lang.String getPropertyClass()
           
 java.lang.String getPropertyName()
           
 void setPropertyClass(java.lang.String propertyClass)
           
 void setPropertyName(java.lang.String propertyName)
           
 
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

ConfigProperty

public ConfigProperty()
Method Detail

getPropertyClass

public java.lang.String getPropertyClass()

setPropertyClass

public void setPropertyClass(java.lang.String propertyClass)

getPropertyName

public java.lang.String getPropertyName()

setPropertyName

public void setPropertyName(java.lang.String propertyName)


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