planetj.dataengine.operation
Class URLOperationContext
java.lang.Object
|
+--planetj.dataengine.AbstractContext
|
+--planetj.dataengine.HTMLContext
|
+--planetj.dataengine.operation.HTMLOperationContext
|
+--planetj.dataengine.operation.URLOperationContext
- All Implemented Interfaces:
- Cloneable, IApplicationContext, IContext, INavigationObject, IOperationContext, Serializable
- public class URLOperationContext
- extends HTMLOperationContext
- implements IOperationContext
!!A WK (6/26/2003 8:50:25 PM) this class is work in progress. it will allow connection
to a URL (e.g. a resource somewhere on the web)
- Author:
- PlanetJ Corporation
- 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 |
Method Summary |
Object |
execute()
Gets a modified HTML code String with parameters replaced with
their set values. |
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 interface planetj.dataengine.IContext |
clone, getDisplayParameters, getExecutingContext, getOriginalCode, getParameter, getParameter, getParameterCount, getParameterCount, getParameters, getParameters, getParameterValidationExceptions, getPropertyGroup, getPropertyGroups, getPropertyGroups, parameterAltered, setExecutingContext, setParameterValues, setParameterValues |
URLOperationContext
public URLOperationContext()
- HTMLOperationContext constructor comment.
URLOperationContext
public URLOperationContext(IUser user)
- HTMLOperationContext constructor comment.
- Parameters:
user
- IUser
execute
public Object execute()
throws CMException
- Gets a modified HTML code String with parameters replaced with
their set values.
- Overrides:
execute
in class HTMLContext
CMException