oracle.clex.process
Class CreateXSLTransformPage

java.lang.Object
  |
  +--oracle.cle.process.Process
        |
        +--oracle.cle.process.GenericProcess
              |
              +--oracle.clex.process.CreateXSLTransformPage
All Implemented Interfaces:
Child, java.lang.Cloneable, ProcessConstants, java.io.Serializable, State

Deprecated. Use CreateXSLTransformationPage instead; JAXP compliant. Creates a Page by dynamically creating an XML DOM and using the XSLT specified during the construction of the Process.

public abstract class CreateXSLTransformPage
extends GenericProcess

See Also:
Serialized Form

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
 
Fields inherited from interface oracle.cle.process.ProcessConstants
ALLINFO, BINARYSIZE, CONNECTION_PROVIDER_DTD_NAME, CONNECTION_PROVIDER_VALIDATION_PROPERTY, CONTENTTYPE, CURRENTPAGEID, CURRENTSERVICE, ERRORMESSAGE, GENERICBINARYRESULT, GENERICTEXTRESULT, GETINFO_CHECK_ALL, GETINFO_CHECK_CONTROLLERONLY, GETINFO_CHECK_SERVICEONLY, HTML, HTMLRESULT, JSPRESULT, LOGOFF, NOMESSAGE, PAGEID, PDF, PDFRESULT, PRE_GROUP_DTD_NAME, PRE_GROUP_VALIDATION_PROPERTY, PROCESS_FEEDBACK, RESTART, RESULTTYPE, RULES_DTD_NAME, SERVICE_DESCRIPTOR, SERVICE_DTD_NAME, SERVICE_VALIDATION_PROPERTY, SERVICEINITIALSTATE, SERVICENAME, SESSIONID, SKIP, STACKTRACE, USER, USERROLE, WML, XML, XMLRESULT
 
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.GenericProcess
clone, getBooleanInfo, getFloatInfo, getInfo, getInfo, getInfo, getInfoValue, getInfoValue, getInfoValueFromController, getInfoValueFromService, getIntegerInfo, getParameterNamed, getParameters, getParent, getParents, getResultNamed, getResults, getSessionId, getStringInfo, processParameters, processResults, registerBooleanParameter, registerBooleanResult, registerIntegerParameter, registerIntegerResult, registerParameter, registerProcessInfo, registerResult, registerStringArrayParameter, registerStringArrayResult, registerStringParameter, registerStringParameter, registerStringResult, registerStringResult, retrieveStringParameter, runTest, setParent, setResult, setResult, setResult
 
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

xsltFileURLString

protected java.lang.String xsltFileURLString
Deprecated. 
The file URL where the XSLT for this process is located

lookupPage

protected boolean lookupPage
Deprecated. 

pageLocationKey

protected java.lang.String pageLocationKey
Deprecated. 

DEFAULT_PARSER

protected static java.lang.String DEFAULT_PARSER
Deprecated. 
The classname for the Default Parser: "oracle.xml.parser.v2.XMLDocument"
Constructor Detail

CreateXSLTransformPage

public CreateXSLTransformPage()
Deprecated. 

CreateXSLTransformPage

public CreateXSLTransformPage(java.lang.String anXSLTFileURLString)
Deprecated. 

CreateXSLTransformPage

public CreateXSLTransformPage(java.lang.String aPageLocationKey,
                              java.lang.Boolean lookup)
Deprecated. 

CreateXSLTransformPage

public CreateXSLTransformPage(Service aService,
                              java.lang.String anXSLTFileURLString)
Deprecated. 

CreateXSLTransformPage

public CreateXSLTransformPage(Service aService,
                              java.lang.String aPageLocationKey,
                              java.lang.Boolean lookup)
Deprecated. 
Method Detail

registerInfo

protected void registerInfo()
Deprecated. 
Description copied from class: GenericProcess
Here is where we register all ProcessParameters and potential ProcessResults.
Overrides:
registerInfo in class GenericProcess

buildRoot

protected abstract java.util.Hashtable buildRoot()
                                          throws XSLTransformException
Deprecated. 

buildChildren

protected abstract java.util.Vector buildChildren()
                                           throws XSLTransformException
Deprecated. 

transformXSLT

protected java.lang.String transformXSLT()
                                  throws XSLTransformException
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.

start

public final void start()
Deprecated. 
Description copied from class: GenericProcess
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.
Overrides:
start in class GenericProcess

lookupPageLocation

protected java.lang.String lookupPageLocation(java.lang.String key)
                                       throws java.lang.Exception
Deprecated. 
Does the infoTable lookup for an XSL page keyed by the specified String.
Throws:
java.lang.Exception -  

getPageId

protected java.lang.String getPageId()
Deprecated. 


Copyright © 2003 ORACLE Corp. All Rights Reserved.