planetj.dataengine
Class HTMLContext

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

public class HTMLContext
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
HTMLContext()
          SQLContext constructor
HTMLContext(IUser user)
          SQLContext constructor
 
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

HTMLContext

public HTMLContext()
SQLContext constructor


HTMLContext

public HTMLContext(IUser user)
SQLContext constructor

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