|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cle.process.Process | +--oracle.cle.process.GenericProcess | +--oracle.clex.process.CreateXSLTransformPage
Field Summary | |
protected static java.lang.String |
DEFAULT_PARSER
Deprecated. The classname for the Default Parser: "oracle.xml.parser.v2.XMLDocument" |
protected boolean |
lookupPage
Deprecated. |
protected java.lang.String |
pageLocationKey
Deprecated. |
protected java.lang.String |
xsltFileURLString
Deprecated. The file URL where the XSLT for this process is located |
Fields inherited from class oracle.cle.process.GenericProcess |
parent |
Fields inherited from class oracle.cle.process.Process |
condition, DEBUG, endState, FAILURE, name, processes, service, stateMachine, SUCCESS, TRANSITION_CONDITION_FAILURE, TRANSITION_CONDITION_SUCCESS |
Constructor Summary | |
CreateXSLTransformPage()
Deprecated. |
|
CreateXSLTransformPage(Service aService,
java.lang.String anXSLTFileURLString)
Deprecated. |
|
CreateXSLTransformPage(Service aService,
java.lang.String aPageLocationKey,
java.lang.Boolean lookup)
Deprecated. |
|
CreateXSLTransformPage(java.lang.String anXSLTFileURLString)
Deprecated. |
|
CreateXSLTransformPage(java.lang.String aPageLocationKey,
java.lang.Boolean lookup)
Deprecated. |
Method Summary | |
protected abstract java.util.Vector |
buildChildren()
Deprecated. |
protected abstract java.util.Hashtable |
buildRoot()
Deprecated. |
protected java.lang.String |
getPageId()
Deprecated. |
protected java.lang.String |
lookupPageLocation(java.lang.String key)
Deprecated. Does the infoTable lookup for an XSL page keyed by the specified String. |
protected void |
registerInfo()
Deprecated. Here is where we register all ProcessParameters and potential ProcessResults. |
void |
start()
Deprecated. Call super.start() and, if this is an end state, force this GenericProcess's parent to call processResults(this) because we never go back to the parent. |
protected java.lang.String |
transformXSLT()
Deprecated. Call on the handy-dandy transformer to do all of our transformation work for us!!! NOTE: This should not be overridden unless you know what you are doing. |
Methods inherited from class oracle.cle.process.Process |
addCondition, addProcess, cloneProcess, debug, generateFailureCondition, generateSuccessCondition, getClassname, getCondition, getConditions, getIconName, getImageName, getName, getProcesses, getProcessNamed, getStateMachine, hashCode, isEndState, removeCondition, removeCondition, reportException, returnCondition, setCondition, setCondition, setEndState, setName, setService, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String xsltFileURLString
protected boolean lookupPage
protected java.lang.String pageLocationKey
protected static java.lang.String DEFAULT_PARSER
Constructor Detail |
public CreateXSLTransformPage()
public CreateXSLTransformPage(java.lang.String anXSLTFileURLString)
public CreateXSLTransformPage(java.lang.String aPageLocationKey, java.lang.Boolean lookup)
public CreateXSLTransformPage(Service aService, java.lang.String anXSLTFileURLString)
public CreateXSLTransformPage(Service aService, java.lang.String aPageLocationKey, java.lang.Boolean lookup)
Method Detail |
protected void registerInfo()
GenericProcess
registerInfo
in class GenericProcess
protected abstract java.util.Hashtable buildRoot() throws XSLTransformException
protected abstract java.util.Vector buildChildren() throws XSLTransformException
protected java.lang.String transformXSLT() throws XSLTransformException
public final void start()
GenericProcess
start
in class GenericProcess
protected java.lang.String lookupPageLocation(java.lang.String key) throws java.lang.Exception
java.lang.Exception
- protected java.lang.String getPageId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |