|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.enhance.InjectStateWorker
public class InjectStateWorker
Worker for injecting application state objects as properties of the component. These properties
are read/write and must be "live" (changes are propogated back into the
ApplicationStateManager). They should also cache in a
local variable for efficiency, and clear out that variable at the end of the request.
| Constructor Summary | |
|---|---|
InjectStateWorker()
|
|
| Method Summary | |
|---|---|
void |
performEnhancement(EnhancementOperation op,
InjectSpecification spec)
Perform the enhancement defined by the InjectSpecification. |
void |
setApplicationStateManager(ApplicationStateManager applicationStateManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InjectStateWorker()
| Method Detail |
|---|
public void performEnhancement(EnhancementOperation op,
InjectSpecification spec)
InjectEnhancementWorkerInjectSpecification.
Thrown runtime exceptions are caught and reported by the invoker.
performEnhancement in interface InjectEnhancementWorkerpublic void setApplicationStateManager(ApplicationStateManager applicationStateManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||