|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.dataengine.AbstractContext
planetj.dataengine.HTMLContext
planetj.dataengine.operation.HTMLOperationContext
planetj.dataengine.operation.URLOperationContext
!!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)
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 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 |
Constructor Detail |
public URLOperationContext()
public URLOperationContext(IUser user)
user
- IUserpublic URLOperationContext(ExecutingContext ec)
Method Detail |
public java.lang.Object execute() throws CMException
execute
in class HTMLContext
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |