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
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 |
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 |
className
public static final String className
- Class name.
HTMLContext
public HTMLContext()
- SQLContext constructor
HTMLContext
public HTMLContext(IUser user)
- SQLContext constructor
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