com.bea.content.manager.servlets.attribute.property
Class SingleValuePropertyResolver

java.lang.Object
  extended by com.bea.content.manager.servlets.attribute.impl.AbstractContentAttributeResolver<Object>
      extended by com.bea.content.manager.servlets.attribute.property.ContentPropertyResolver
          extended by com.bea.content.manager.servlets.attribute.property.SingleValuePropertyResolver
All Implemented Interfaces
AttributeResolver<Object>, ContentResolverConstants, PropertyResolverConstants
Direct Known Subclasses:
BinaryPropertyResolver

public class SingleValuePropertyResolver
extends ContentPropertyResolver


Field Summary
 
Fields inherited from class com.bea.content.manager.servlets.attribute.property.ContentPropertyResolver
CURRENT_VERSION_NUMBER_STR
 
Fields inherited from class com.bea.content.manager.servlets.attribute.impl.AbstractContentAttributeResolver
debug, txDebug
 
Fields inherited from interface com.bea.content.manager.servlets.attribute.property.PropertyResolverConstants
ATTR_CONVERSION_TYPE, ATTR_DATE_FORMATTER, ATTR_DEFAULT_VALUE, ATTR_END_INDEX, ATTR_HTTP_SERVLET_REQUEST, ATTR_HTTP_SERVLET_RESPONSE, ATTR_IS_MULTIVALUED, ATTR_IS_NESTED_PROPERTY, ATTR_NODE_VERSION, ATTR_NUMBER_FORMATTER, ATTR_OVERRIDING_PROPERTY, ATTR_PROPERTY_NAME, ATTR_READ_WRITE_BLOCK_SIZE, ATTR_SELECTED_NODE, ATTR_START_INDEX, ATTR_TRANSACTION_TIMEOUT_SECS
 
Constructor Summary
SingleValuePropertyResolver()
           
 
Method Summary
 Object resolveAttribute(AttributeContext context)
          Retrieves the "value(s)" from the specified node and property name.
 
Methods inherited from class com.bea.content.manager.servlets.attribute.property.ContentPropertyResolver
convert, doNonBinary, getConversionType, getDateFormatter, getDefaultContextValues, getDefaultValue, getEndIndex, getIsMultiValued, getIsNestedProperty, getNodeProperty, getNodeVersion, getNumberFormatter, getPrimaryPropertyFromVersion, getPropertyName, getPropertyValues, getRequiredContextAttributes, getSelectedNode, getStartIndex, getValidContextAttributeClasses, resolveAttribute, resolveAttributeToString, shouldGetPropertyFromNode, toString, toString, validateAndProcessProperty, validateAttributeContext
 
Methods inherited from class com.bea.content.manager.servlets.attribute.impl.AbstractContentAttributeResolver
checkCallerCanViewNode, getContextAttribute, validateAttributeValueFromOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleValuePropertyResolver

public SingleValuePropertyResolver()
Method Detail

resolveAttribute

public Object resolveAttribute(AttributeContext context)
Description copied from class: ContentPropertyResolver
Retrieves the "value(s)" from the specified node and property name.

Specified by:
resolveAttribute in interface AttributeResolver<Object>
Overrides:
resolveAttribute in class ContentPropertyResolver
Parameters
context - The AttributeContext to use when resolving this attribute.
Returns
The specified property value.


Copyright © 2011, Oracle. All rights reserved.