|
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 | ||||||||
public interface PropertyResolverConstants
Defines attribute names required by implementations of ContentAttributeResolver.
| Field Summary | |
|---|---|
static String |
ATTR_CONVERSION_TYPEIf resultId is not set, this specifies how to encode the property value when printing it to the JSP. |
static String |
ATTR_DATE_FORMATTERFormatter to use during toString() for numeric properties; |
static String |
ATTR_DEFAULT_VALUESpecifies the default value of the property returned if the property is null. |
static String |
ATTR_END_INDEXThe index (from 0) in the document's bytes at which to start printing. |
static String |
ATTR_HTTP_SERVLET_REQUESTThis context attribute is used for URL based binary properties for generating the right url based on the binary property. |
static String |
ATTR_HTTP_SERVLET_RESPONSEThis context attribute is used for URL based binary properties for generating the right url based on the binary property. |
static String |
ATTR_IS_MULTIVALUEDInstructs the provider to expect a multi-valued property when resolving the property. |
static String |
ATTR_IS_NESTED_PROPERTYSpecifies that this property resolver is part of the nested property resolution. |
static String |
ATTR_NODE_VERSIONSpecifies the version of the node to retrieve the property from. |
static String |
ATTR_NUMBER_FORMATTERFormatter to use during toString() for numeric properties; |
static String |
ATTR_OVERRIDING_PROPERTYThis context attribute uses the caller-specified property rather than trying to resolve the property by name. |
static String |
ATTR_PROPERTY_NAMEThe property name to retrieve. |
static String |
ATTR_READ_WRITE_BLOCK_SIZESets the block read/write size. |
static String |
ATTR_SELECTED_NODEThe node from which to retrieve the property on. |
static String |
ATTR_START_INDEXThe index (from 0) in the document's bytes at which to stop printing. |
static String |
ATTR_TRANSACTION_TIMEOUT_SECSWhen the result is streamed to the output (id is not specified), the call to the CM system is wrapped in a Transaction. |
| Field Detail |
|---|
static final String ATTR_SELECTED_NODE
static final String ATTR_PROPERTY_NAME
static final String ATTR_NUMBER_FORMATTER
static final String ATTR_DATE_FORMATTER
static final String ATTR_START_INDEX
static final String ATTR_END_INDEX
static final String ATTR_IS_MULTIVALUED
static final String ATTR_READ_WRITE_BLOCK_SIZE
static final String ATTR_NODE_VERSION
static final String ATTR_DEFAULT_VALUE
static final String ATTR_CONVERSION_TYPE
static final String ATTR_TRANSACTION_TIMEOUT_SECS
static final String ATTR_IS_NESTED_PROPERTY
ATTR_OVERRIDING_PROPERTY must also be specified.
ATTR_OVERRIDING_PROPERTY, Constants Summarystatic final String ATTR_OVERRIDING_PROPERTY
ATTR_IS_NESTED_PROPERTY
ATTR_OVERRIDING_PROPERTY, Constants Summarystatic final String ATTR_HTTP_SERVLET_REQUEST
static final String ATTR_HTTP_SERVLET_RESPONSE
|
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.