planetj.dataengine
Class JavaContext

java.lang.Object
  |
  +--planetj.dataengine.AbstractContext
        |
        +--planetj.dataengine.JavaContext
All Implemented Interfaces:
Cloneable, IContext, INavigationObject, Serializable
Direct Known Subclasses:
JavaOperationContext

public class JavaContext
extends AbstractContext
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
static String className
          Class name.
 
Fields inherited from class planetj.dataengine.AbstractContext
DEFAULT_TYPE, PARAM_ESCAPE_NUMBERED, PARAM_ESCAPE_TABLE, PARAM_ESCAPE_USAGE_ID, PARAM_ESCAPE_USER, PARAM_ESCAPE_USER_USAGE_ID, PARAM_NUMBERED, PARAM_TABLE, PARAM_USAGE_ID, PARAM_USER, PARAM_USER_USAGE_ID
 
Constructor Summary
JavaContext()
           
 
Method Summary
 Object execute()
          Gets a modified HTML code String with parameters replaced with their set values.
 PropertyGroupList getPropertyGroups()
          Get all the property groups stored in this context.
 
Methods inherited from class planetj.dataengine.AbstractContext
clear, clearParameterValues, clone, equals, getCode, getDataTimestamp, getDisplayParameters, getExecutingContext, getNavigationKey, getNavigationListKey, getOriginalCode, getParameter, getParameter, getParameterCollection, getParameterCount, getParameterCount, getParameterDisplayFields, getParameterDisplayFields, getParameters, getParameters, getParameterSource, getParameterValidationExceptions, getPropertyGroup, getPropertyGroups, getRowParameters, isCloneNeeded, isContainsDisplayParameters, isContainsParameters, isLocked, isParameterized, loadUserAndExecutingContextValues, loadUserValues, lock, parameterAltered, removeNavigationKey, setCode, setCode, setDataTimestamp, setExecutingContext, setNavigationKey, setParameterCollection, setParameterDisplayValues, setParameterValue, setParameterValue, setParameterValues, setParameterValues, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

className

public static final String className
Class name.

Constructor Detail

JavaContext

public JavaContext()
Method Detail

execute

public Object execute()
               throws CMException
Gets a modified HTML code String with parameters replaced with their set values.

Specified by:
execute in class AbstractContext
CMException

getPropertyGroups

public PropertyGroupList getPropertyGroups()
Get all the property groups stored in this context.

Specified by:
getPropertyGroups in interface IContext
Specified by:
getPropertyGroups in class AbstractContext