| 
 | Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   javax.faces.component.UIComponent
javax.faces.component.UIComponent
       javax.faces.component.UIComponentBase
javax.faces.component.UIComponentBase
           com.bea.content.manager.faces.component.ResolverComponent
com.bea.content.manager.faces.component.ResolverComponent
               com.bea.content.manager.faces.component.GetPropertyComponent
com.bea.content.manager.faces.component.GetPropertyComponent
public class GetPropertyComponent
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.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 | 
|---|
public static final String COMPONENT_TYPE
public static final String ATTR_NODE_VERSION
public static final String ATTR_PROPERTY_NAME
public static final String ATTR_DEFAULT_VALUE
public static final String ATTR_BLOCK_SIZE
public static final String ATTR_START_INDEX
public static final String ATTR_END_INDEX
public static final String ATTR_BASE_HREF
public static final String ATTR_IS_MULTIPLE
public static final String ATTR_TX_TIMEOUT
public static final String ATTR_CONV_TYPE
public static final String ATTR_SELECTED_NODE
| Constructor Detail | 
|---|
public GetPropertyComponent()
| Method Detail | 
|---|
public String getVersion()
versionpublic void setVersion(String version)
versionpublic String getPropertyName()
propertyNamepublic void setPropertyName(String propertyName)
propertyNamepublic String getDefaultValue()
defaultValuepublic void setDefaultValue(String defaultValue)
defaultValuepublic int getBlockSize()
blockSizepublic void setBlockSize(int blockSize)
blockSizepublic int getStartIndex()
startIndexpublic void setStartIndex(int startIndex)
startIndexpublic int getEndIndex()
endIndexpublic void setEndIndex(int endIndex)
endIndexpublic String getBaseHref()
baseHrefpublic void setBaseHref(String baseHref)
baseHrefpublic boolean isMultiple()
isMultiplepublic void setIsMultiple(boolean isMultiple)
isMultiplepublic int getTransactionTimeout()
transactionTimeoutpublic void setTransactionTimeout(int transactionTimeout)
transactionTimeoutpublic String getConversionType()
conversionTypepublic void setConversionType(String conversionType)
conversionTypepublic Node getSelectedNode()
selectedNodepublic void setSelectedNode(Node selectedNode)
selectedNodepublic void resolve(Writer writer)
resolve in class ResolverComponent| 
 | Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.