|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScopeVisitor
ScopeVisitor
is used to implement the Visitor
pattern in GDATAServer. An object of this interface can be passed to a
ScopeVistable
which will then call its methods.
Component
Classes registered
in the GDataServerRegistry
will be added to the Visitableimplementation automatically. Please refer to
the Gang of Four book of Design Patterns for more details on the
Visitor
pattern.
A scope can be Session, Request or Context if one of the ScopeVisitors for the desired scope is available by the registry.
This site has further discussion on design patterns and links to the GOF book. This link describes the Visitor pattern in detail.
Method Summary | |
---|---|
void |
visiteDestroy()
Visites the destory of the scope |
void |
visiteInitialize()
Visites the initialization of the scope |
Method Detail |
---|
void visiteInitialize()
void visiteDestroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |