|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.enhance.InjectStateFlagWorker
public class InjectStateFlagWorker
Injects a boolean property that indicates if a particular application state object already exists. This is useful in situations where you are trying to prevent the creation of the ASO (and thus, prevent the creation of the HttpSession).
| Constructor Summary | |
|---|---|
InjectStateFlagWorker()
|
|
| 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 InjectStateFlagWorker()
| 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 | |||||||||