com.caucho.config.type
Class FlowBeanType

java.lang.Object
  extended by com.caucho.config.type.ConfigType
      extended by com.caucho.config.type.BeanType
          extended by com.caucho.config.type.FlowBeanType

public class FlowBeanType
extends BeanType

Represents an introspected bean type for configuration which implements control flow like if/choose.


Constructor Summary
FlowBeanType(java.lang.Class beanClass)
           
 
Method Summary
 
Methods inherited from class com.caucho.config.type.BeanType
beforeConfigure, create, getAttribute, getContentProgramAttribute, getProgramAttribute, getType, init, inject, introspect, introspectMethods, replaceObject, toString, valueOf, valueOf
 
Methods inherited from class com.caucho.config.type.ConfigType
afterConfigure, beforeConfigureBean, getTypeName, isBean, isEL, isNode, isNoTrim, isProgram, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowBeanType

public FlowBeanType(java.lang.Class beanClass)