站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Component.ConstantInitialValue (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam
Class Component.ConstantInitialValue

java.lang.Object
  extended by org.jboss.seam.Component.ConstantInitialValue
All Implemented Interfaces:
Component.InitialValue
Enclosing class:
Component

public static class Component.ConstantInitialValue
extends Object
implements Component.InitialValue


Constructor Summary
Component.ConstantInitialValue(Conversions.PropertyValue propertyValue, Class parameterClass, Type parameterType)
           
 
Method Summary
 Object getValue(Class type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Component.ConstantInitialValue

public Component.ConstantInitialValue(Conversions.PropertyValue propertyValue,
                                      Class parameterClass,
                                      Type parameterType)
Method Detail

getValue

public Object getValue(Class type)
Specified by:
getValue in interface Component.InitialValue

toString

public String toString()
Overrides:
toString in class Object