|
|||||||||
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.cle.process.ParentProcess | +--oracle.clex.process.CreatePage | +--oracle.clex.process.CreateGenericTextPage | +--oracle.clex.process.CreateXMLPage
This class creates transformed XML given an XML document and an XSL stylesheet.
Field Summary | |
protected java.lang.String |
tagName
Deprecated. |
protected java.lang.String |
xmlDocInfoName
Deprecated. |
protected java.lang.String |
xmlLocationKey
Deprecated. |
protected java.lang.String |
xslLocationKey
Deprecated. |
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 | |
CreateXMLPage()
Deprecated. |
|
CreateXMLPage(java.lang.String aXSLLocationKey,
java.lang.String aXMLLocationKey)
Deprecated. Constructor with XSLLocation and XMLLocation information |
|
CreateXMLPage(java.lang.String aXSLLocationKey,
java.lang.String aXMLDocInfoName,
java.lang.String aTagName)
Deprecated. Constructor with XSLLocation, XMLDocument key and the tagname |
Method Summary | |
protected javax.xml.transform.dom.DOMSource |
getDocumentFromFile(java.lang.String fileURLString)
Deprecated. Returns a DOMSource for a given file |
protected javax.xml.transform.dom.DOMSource |
getXMLDocument()
Deprecated. Returns a DOMSource for the file defined by the xmlLocationKey |
protected javax.xml.transform.dom.DOMSource |
getXMLDocumentFromInfoTable()
Deprecated. Gets the XML Document from Info table matching key xmlDocInfoName |
protected void |
init(java.lang.String aXSLLocationKey,
java.lang.String aXMLLocationKey,
java.lang.String aXMLDocInfoName,
java.lang.String aTagName)
Deprecated. Common method invoked by the Constructors. |
static void |
main(java.lang.String[] args)
Deprecated. |
protected void |
postStart()
Deprecated. Dummy Implementation |
protected void |
printPage(java.io.PrintWriter out)
Deprecated. Transforms XML using XSL. |
protected void |
registerInfo()
Deprecated. Register all ProcessParameters(XMLDocument) and potential ProcessResults(GENERICTEXTRESULT). |
protected java.lang.String |
setContentType()
Deprecated. Sets Content Type to oracle.clex.util.ContentTypes.TEXTXML |
protected void |
setCreatePageResult(java.lang.String result)
Deprecated. Sets the output string |
Methods inherited from class oracle.clex.process.CreateGenericTextPage |
preStart |
Methods inherited from class oracle.clex.process.CreatePage |
buildTransitionTable, getPageId, lookupPageLocation, registerProcesses, start |
Methods inherited from class oracle.cle.process.ParentProcess |
addTransition, clone, doSkip, getChildren, getEndStates, getInitialState, getSkipable, isReady, processParameters, processResults, registerProcess, setInitialState, setSkipable, skip |
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 |
Methods inherited from interface oracle.cle.process.Parent |
getInfo, getName, getParents |
Methods inherited from interface oracle.cle.process.Child |
getParameters, getParent, getParents, getResults, setParent |
Field Detail |
protected java.lang.String xslLocationKey
protected java.lang.String xmlLocationKey
protected java.lang.String tagName
protected java.lang.String xmlDocInfoName
Constructor Detail |
public CreateXMLPage()
public CreateXMLPage(java.lang.String aXSLLocationKey, java.lang.String aXMLLocationKey)
public CreateXMLPage(java.lang.String aXSLLocationKey, java.lang.String aXMLDocInfoName, java.lang.String aTagName)
Method Detail |
protected void init(java.lang.String aXSLLocationKey, java.lang.String aXMLLocationKey, java.lang.String aXMLDocInfoName, java.lang.String aTagName)
protected void printPage(java.io.PrintWriter out)
printPage
in class CreatePage
java.io.PrintWriter
- protected javax.xml.transform.dom.DOMSource getXMLDocument()
xmlLocationKey
protected javax.xml.transform.dom.DOMSource getDocumentFromFile(java.lang.String fileURLString)
protected javax.xml.transform.dom.DOMSource getXMLDocumentFromInfoTable()
xmlDocInfoName
protected void registerInfo()
registerInfo
in class CreateGenericTextPage
protected void postStart()
postStart
in class CreatePage
public static void main(java.lang.String[] args)
protected void setCreatePageResult(java.lang.String result)
setCreatePageResult
in class CreatePage
protected java.lang.String setContentType()
oracle.clex.util.ContentTypes.TEXTXML
setContentType
in class CreateGenericTextPage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |