Skip navigation links


com.bea.portal.tools.resource
Class ResourceEnvironment

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceEnvironment

All Implemented Interfaces
Serializable

public abstract class ResourceEnvironment
extends Object
implements Serializable

Interface for providing information about the environment of a resource. This information could be used by the DA and Visitor Entitlement frameworks to determine what capabilities should be associated with the resource within its environment.

See Also
Serialized Form

Field Summary
static String DEFAULT_ENVIRONMENT_NAME
           

 

Constructor Summary
ResourceEnvironment()
           

 

Method Summary
abstract  String getName()
          Get the name of the environment for a resource.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

DEFAULT_ENVIRONMENT_NAME

public static final String DEFAULT_ENVIRONMENT_NAME
See Also
Constants Summary

Constructor Detail

ResourceEnvironment

public ResourceEnvironment()

Method Detail

getName

public abstract String getName()
Get the name of the environment for a resource.
Returns
the name of the environment for a resource

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.