com.cassinidivision.oce.representations
Class RenderingContextKeys

java.lang.Object
  extended bycom.cassinidivision.oce.representations.RenderingContextKeys

public class RenderingContextKeys
extends Object

Some common key definitions for retrieving information from rendering contexts.


Field Summary
static String OCEContentKey
          Use to access an arbitrary C_Content instance (OCE_Content framework)
static String OCEFeatureKey
          Use to access a C_Feature instance (OCE_Content framework).
static String OCEFeaturePageKey
          Use to access a C_FeaturePage instance (OCE_Content framework).
static String OCEIsPreviewingKey
          Use to return a Boolean instance, indicating if the current process is rendering previewed content as opposed to publishing.
static String OCEPageVersionKey
          Use to access a C_PageVersion instance (OCE_Content framework)
static String OCESectionKey
          Use to access an N_Section instance (OCE_Navigation framework)
static String OCETemplateKey
          Use to access an N_Template instance (OCE_Navigation framework)
static String OCEURLHandlerKey
          Use to access an URLHandler instance (OCE_Rendering framework)
static String OCEWebSiteKey
          Use to access an N_WebSite instance (OCE_Navigation framework)
 
Constructor Summary
RenderingContextKeys()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OCEFeatureKey

public static final String OCEFeatureKey
Use to access a C_Feature instance (OCE_Content framework).

See Also:
Constant Field Values

OCEFeaturePageKey

public static final String OCEFeaturePageKey
Use to access a C_FeaturePage instance (OCE_Content framework).

See Also:
Constant Field Values

OCEPageVersionKey

public static final String OCEPageVersionKey
Use to access a C_PageVersion instance (OCE_Content framework)

See Also:
Constant Field Values

OCEContentKey

public static final String OCEContentKey
Use to access an arbitrary C_Content instance (OCE_Content framework)

See Also:
Constant Field Values

OCEWebSiteKey

public static final String OCEWebSiteKey
Use to access an N_WebSite instance (OCE_Navigation framework)

See Also:
Constant Field Values

OCESectionKey

public static final String OCESectionKey
Use to access an N_Section instance (OCE_Navigation framework)

See Also:
Constant Field Values

OCETemplateKey

public static final String OCETemplateKey
Use to access an N_Template instance (OCE_Navigation framework)

See Also:
Constant Field Values

OCEURLHandlerKey

public static final String OCEURLHandlerKey
Use to access an URLHandler instance (OCE_Rendering framework)

See Also:
Constant Field Values

OCEIsPreviewingKey

public static final String OCEIsPreviewingKey
Use to return a Boolean instance, indicating if the current process is rendering previewed content as opposed to publishing.

If a false Boolean instance or null is returned, it is assumed content is being published.

See Also:
Constant Field Values
Constructor Detail

RenderingContextKeys

public RenderingContextKeys()