com.cassinidivision.oce.urlhandling
Class URLHandlerKeys

java.lang.Object
  extended bycom.cassinidivision.oce.urlhandling.URLHandlerKeys

public class URLHandlerKeys
extends Object

Common rendering context key definitions for url handling classes.


Field Summary
static String OCEFeatureIDKey
          Should return a Number instance corresponding to a unique C_Feature database ID.
static String OCEFeaturePageIndexKey
          Should return a Number instance indicating a feature page index.
static String OCEHandlerURIComponentsKey
          Use to return an NSArray instance containing request URI components (String instances).
static String OCEPageVersionIndexKey
          Should return a Number instance indicating a page version index.
static String OCERequestNavigationSystemKey
          Identify which URI/URL navigational system is being used.
 
Constructor Summary
URLHandlerKeys()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OCEHandlerURIComponentsKey

public static final String OCEHandlerURIComponentsKey
Use to return an NSArray instance containing request URI components (String instances).

See Also:
Constant Field Values

OCERequestNavigationSystemKey

public static String OCERequestNavigationSystemKey
Identify which URI/URL navigational system is being used.

Should return one of the static String instances as defined in NavigationType.


OCEFeatureIDKey

public static String OCEFeatureIDKey
Should return a Number instance corresponding to a unique C_Feature database ID.


OCEFeaturePageIndexKey

public static String OCEFeaturePageIndexKey
Should return a Number instance indicating a feature page index.


OCEPageVersionIndexKey

public static String OCEPageVersionIndexKey
Should return a Number instance indicating a page version index.

Constructor Detail

URLHandlerKeys

public URLHandlerKeys()