oracle.clex.process
Class ValidateHTMLInput
java.lang.Object
|
+--oracle.cle.process.Process
|
+--oracle.cle.process.GenericProcess
|
+--oracle.clex.process.ValidateHTMLInput
- All Implemented Interfaces:
- Child, java.lang.Cloneable, ProcessConstants, java.io.Serializable, State
Deprecated. This process will be removed in Cleveland version 2.0.
Use ValidateAttributes or ValidateHTMLForm instead.
- public abstract class ValidateHTMLInput
- extends GenericProcess
Checks to see that the required form fields were filled in
the Input HTML page. Returns no result, but returns
a "success" or "failure" condition depending on the findings.
- See Also:
- Serialized Form
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 |
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, registerInfo, 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 |
mandatoryFields
protected java.util.Vector mandatoryFields
- Deprecated.
ValidateHTMLInput
public ValidateHTMLInput()
- Deprecated.
start
public void start()
- Deprecated.
- Starts execution of this State
- Overrides:
start
in class GenericProcess
registerMandatoryFields
protected abstract void registerMandatoryFields()
- Deprecated.
registerMandatoryField
protected void registerMandatoryField(ProcessParameter aMandatoryField)
- Deprecated.
validateContent
protected void validateContent()
- Deprecated.
- Called by start iff all the mandatoryFields have been filled in by
the user. Allows further content-specific validation to be done in
the subclasses. A subclass overriding this method should make sure
that a final condition is at the end of the method.
validHttpInput
protected boolean validHttpInput()
- Deprecated.
- Varifies that the required form fields from the
ValidateHTMLInput are filled out.
Returns true if valid, false otherwise
Copyright © 2003 ORACLE Corp. All Rights Reserved.