|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.Processor
org.safs.ComponentFunction
org.safs.rational.CFComponent
org.safs.rational.CFHtmlLink
public class CFHtmlLink
Purpose: CFHtmlLink, process html link components (like Html.A).
See the file ObjectTypesMap.dat for cross reference as to which map to us.
Lifetime: instantiated by TestStepProcessor
| Field Summary | |
|---|---|
static java.lang.String |
CLICKLINKBEGINNING
|
static java.lang.String |
CLICKLINKCONTAINING
|
| Fields inherited from class org.safs.ComponentFunction |
|---|
action, compName, mapname, utils, windowName |
| Constructor Summary | |
|---|---|
CFHtmlLink()
Purpose: constructor, calls super |
|
| Method Summary | |
|---|---|
protected void |
getHelpers()
Purpose: overrides parent: in our local version we do not get 'obj1', that is done directly in the localProcess method because it may need to search for more than one object because it doesn't know the object name just yet... |
protected void |
localProcess()
Purpose: process: process the testRecordData This is our specific version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLICKLINKBEGINNING
public static final java.lang.String CLICKLINKCONTAINING
| Constructor Detail |
|---|
public CFHtmlLink()
| Method Detail |
|---|
protected void getHelpers()
throws SAFSException
getHelpers in class CFComponentSAFSExceptionprotected void localProcess()
Processor.testRecordData statusCode is set
based on the result of the processing
Processor.testRecordData, Processor.params
localProcess in class CFComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||