com.bea.content.manager.servlets.attribute.node
Interface NodeResolverConstants

All Superinterfaces
ContentResolverConstants
All Known Implementing Classes:
NodeAttributeResolver

public interface NodeResolverConstants
extends ContentResolverConstants

This interface defines attribute constants for node related attribute context resolvers.


Field Summary
static String ATTR_NODE_ID
          The node ID to retrieve.
static String ATTR_NODE_PATH
          The path of the node to retrieve.
 

Field Detail

ATTR_NODE_PATH

static final String ATTR_NODE_PATH
The path of the node to retrieve.

See Also
Constants Summary

ATTR_NODE_ID

static final String ATTR_NODE_ID
The node ID to retrieve.

See Also
Constants Summary


Copyright © 2011, Oracle. All rights reserved.