com.bea.content.manager.faces.component
Class GetPropertyComponent

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by com.bea.content.manager.faces.component.ResolverComponent
              extended by com.bea.content.manager.faces.component.GetPropertyComponent
All Implemented Interfaces
StateHolder

public class GetPropertyComponent
extends ResolverComponent

JavaServer Faces UI component to write out a property of a node.


Field Summary
static String ATTR_BASE_HREF
           
static String ATTR_BLOCK_SIZE
           
static String ATTR_CONV_TYPE
           
static String ATTR_DEFAULT_VALUE
           
static String ATTR_END_INDEX
           
static String ATTR_IS_MULTIPLE
           
static String ATTR_NODE_VERSION
           
static String ATTR_PROPERTY_NAME
           
static String ATTR_SELECTED_NODE
           
static String ATTR_START_INDEX
           
static String ATTR_TX_TIMEOUT
           
static String COMPONENT_TYPE
           
 
Fields inherited from class com.bea.content.manager.faces.component.ResolverComponent
ATTR_FAIL_ON_ERROR, ATTR_RESULT, debug
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
GetPropertyComponent()
           
 
Method Summary
 String getBaseHref()
          Get the value of baseHref
 int getBlockSize()
          Get the value of blockSize
 String getConversionType()
          Get the value of conversionType
 String getDefaultValue()
          Get the value of defaultValue
 int getEndIndex()
          Get the value of endIndex
 String getPropertyName()
          Get the value of propertyName
 Node getSelectedNode()
          Get the value of selectedNode
 int getStartIndex()
          Get the value of startIndex
 int getTransactionTimeout()
          Get the value of transactionTimeout
 String getVersion()
          Get the value of version
 boolean isMultiple()
          Get the value of isMultiple
 void resolve(Writer writer)
           
 void setBaseHref(String baseHref)
          Set the value of baseHref
 void setBlockSize(int blockSize)
          Set the value of blockSize
 void setConversionType(String conversionType)
          Set the value of conversionType
 void setDefaultValue(String defaultValue)
          Set the value of defaultValue
 void setEndIndex(int endIndex)
          Set the value of endIndex
 void setIsMultiple(boolean isMultiple)
          Set the value of isMultiple
 void setPropertyName(String propertyName)
          Set the value of propertyName
 void setSelectedNode(Node selectedNode)
          Set the value of selectedNode
 void setStartIndex(int startIndex)
          Set the value of startIndex
 void setTransactionTimeout(int transactionTimeout)
          Set the value of transactionTimeout
 void setVersion(String version)
          Set the value of version
 
Methods inherited from class com.bea.content.manager.faces.component.ResolverComponent
getAttributeBinding, getFamily, handleException, isFailOnError, setFailOnError, throwAttributeTypeException, throwMissingAttributeError
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE

ATTR_NODE_VERSION

public static final String ATTR_NODE_VERSION
See Also
Constants Summary

ATTR_PROPERTY_NAME

public static final String ATTR_PROPERTY_NAME
See Also
Constants Summary

ATTR_DEFAULT_VALUE

public static final String ATTR_DEFAULT_VALUE
See Also
Constants Summary

ATTR_BLOCK_SIZE

public static final String ATTR_BLOCK_SIZE
See Also
Constants Summary

ATTR_START_INDEX

public static final String ATTR_START_INDEX
See Also
Constants Summary

ATTR_END_INDEX

public static final String ATTR_END_INDEX
See Also
Constants Summary

ATTR_BASE_HREF

public static final String ATTR_BASE_HREF
See Also
Constants Summary

ATTR_IS_MULTIPLE

public static final String ATTR_IS_MULTIPLE
See Also
Constants Summary

ATTR_TX_TIMEOUT

public static final String ATTR_TX_TIMEOUT
See Also
Constants Summary

ATTR_CONV_TYPE

public static final String ATTR_CONV_TYPE
See Also
Constants Summary

ATTR_SELECTED_NODE

public static final String ATTR_SELECTED_NODE
See Also
Constants Summary
Constructor Detail

GetPropertyComponent

public GetPropertyComponent()
Method Detail

getVersion

public String getVersion()
Get the value of version


setVersion

public void setVersion(String version)
Set the value of version


getPropertyName

public String getPropertyName()
Get the value of propertyName


setPropertyName

public void setPropertyName(String propertyName)
Set the value of propertyName


getDefaultValue

public String getDefaultValue()
Get the value of defaultValue


setDefaultValue

public void setDefaultValue(String defaultValue)
Set the value of defaultValue


getBlockSize

public int getBlockSize()
Get the value of blockSize


setBlockSize

public void setBlockSize(int blockSize)
Set the value of blockSize


getStartIndex

public int getStartIndex()
Get the value of startIndex


setStartIndex

public void setStartIndex(int startIndex)
Set the value of startIndex


getEndIndex

public int getEndIndex()
Get the value of endIndex


setEndIndex

public void setEndIndex(int endIndex)
Set the value of endIndex


getBaseHref

public String getBaseHref()
Get the value of baseHref


setBaseHref

public void setBaseHref(String baseHref)
Set the value of baseHref


isMultiple

public boolean isMultiple()
Get the value of isMultiple


setIsMultiple

public void setIsMultiple(boolean isMultiple)
Set the value of isMultiple


getTransactionTimeout

public int getTransactionTimeout()
Get the value of transactionTimeout


setTransactionTimeout

public void setTransactionTimeout(int transactionTimeout)
Set the value of transactionTimeout


getConversionType

public String getConversionType()
Get the value of conversionType


setConversionType

public void setConversionType(String conversionType)
Set the value of conversionType


getSelectedNode

public Node getSelectedNode()
Get the value of selectedNode


setSelectedNode

public void setSelectedNode(Node selectedNode)
Set the value of selectedNode


resolve

public void resolve(Writer writer)
Specified by:
resolve in class ResolverComponent


Copyright © 2011, Oracle. All rights reserved.