|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoElementVisitor
The interface every visitor needs to implement. The visitor has access
to hash maps in the conceptual requiest object that can be used to pass
additional parameters to it. Since no other threads attempt to access
request object, it's completely thread safe.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
CoElementVisitStatus |
visit(CoElement element,
CoElementVisitType type,
CoEnvData envData)
Deprecated. The method visitor must implement. |
| Method Detail |
|---|
CoElementVisitStatus visit(CoElement element,
CoElementVisitType type,
CoEnvData envData)
throws WTException
element - type - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||