planetj.dataengine.operation
Class URLOperationContext

java.lang.Object
  extended byplanetj.dataengine.AbstractContext
      extended byplanetj.dataengine.HTMLContext
          extended byplanetj.dataengine.operation.HTMLOperationContext
              extended byplanetj.dataengine.operation.URLOperationContext
All Implemented Interfaces:
java.lang.Cloneable, IApplicationContext, IContext, INavigationObject, IOperationContext, java.io.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)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class planetj.dataengine.operation.HTMLOperationContext
className
 
Fields inherited from class planetj.dataengine.AbstractContext
DEFAULT_TYPE, mCode, mLocked, mParameterized, mParameterNames, mParameterSource, mParameterValues, 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, TYPE_TABLE_PARAMETER
 
Constructor Summary
URLOperationContext()
          HTMLOperationContext constructor comment.
URLOperationContext(ExecutingContext ec)
          HTMLOperationContext constructor comment.
URLOperationContext(IUser user)
          Deprecated. replaced with URLOperationContext(ExecutingContext)
 
Method Summary
 java.lang.Object execute()
          Gets a modified HTML code String with parameters replaced with their set values.
 
Methods inherited from class planetj.dataengine.operation.HTMLOperationContext
getApplication, getApplicationId, getCreationSource, getMetaDataAlias, getOperation, getOperationId, setApplicationId, setMetaDataAlias, setOperationId
 
Methods inherited from class planetj.dataengine.HTMLContext
appendProperties, execute, execute, getPropertyGroups, handleParameter, isParameterTokenEnd, rectifyCode
 
Methods inherited from class planetj.dataengine.AbstractContext
appendParameters, clear, clearParameterValues, clone, createParameter, equals, getCode, getDataTimestamp, getDisplayParameters, getExecutingContext, getFirstDisplayParameter, getFirstParameterForInput, getNavigationKey, getNavigationListKey, getOriginalCode, getParameter, getParameter, getParameterClass, getParameterCollection, getParameterCount, getParameterCount, getParameterDisplayFields, getParameterDisplayFields, getParameterRow, getParameters, getParameters, getParameterSource, getParameterValidationExceptions, getParameterValuesType, getPrimaryContext, getPropertyGroup, getPropertyGroups, getRowParameters, initializeAndStore, isCloneNeeded, isContainsDisplayParameters, isContainsParameters, isLocked, isParameterized, isParameterTokenEnd, isRefreshing, isSecondaryContext, loadGlobalValues, loadParameterRequestAndSessionValues, loadSQLTextReplacementValues, loadUserAndExecutingContextValues, lock, parameterAltered, prepareForExecution, removeNavigationKey, setCode, setCode, setCodeInternal, setCreationSource, setDataTimestamp, setExecutingContext, setNavigationKey, setParameterCollection, setParameterDisplayValues, setParameterValue, setParameterValue, setParameterValues, setParameterValues, setParameterValuesType, setPrimaryContext, setRefreshing, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface planetj.dataengine.operation.IOperationContext
getDataTimestamp, getOperation, getOperationId, setDataTimestamp, setOperationId
 
Methods inherited from interface planetj.dataengine.application.IApplicationContext
getApplication, getApplicationId, getMetaDataAlias, setApplicationId, setMetaDataAlias
 
Methods inherited from interface planetj.dataengine.IContext
clone, getDisplayParameters, getExecutingContext, getOriginalCode, getParameter, getParameter, getParameterCount, getParameterCount, getParameters, getParameters, getParameterValidationExceptions, getParameterValuesType, getPropertyGroup, getPropertyGroups, getPropertyGroups, isContainsDisplayParameters, isParameterized, isSecondaryContext, parameterAltered, setExecutingContext, setParameterValues, setParameterValues
 

Constructor Detail

URLOperationContext

public URLOperationContext()
HTMLOperationContext constructor comment.


URLOperationContext

public URLOperationContext(IUser user)
Deprecated. replaced with URLOperationContext(ExecutingContext)

HTMLOperationContext constructor comment.

Parameters:
user - IUser

URLOperationContext

public URLOperationContext(ExecutingContext ec)
HTMLOperationContext constructor comment.

Method Detail

execute

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

Overrides:
execute in class HTMLContext
Throws:
CMException