|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the entity class related to this encoder.public interface ActivationContextEncoder<T>
Interface that encapsulates the Tapestry 5 activation context logic for objects of a given type.
| Method Summary | |
|---|---|
Object |
toActivationContext(T object)
Given an object, returns its activation context value. |
T |
toObject(EventContext value)
Given an activation context value, returns its object. |
| Method Detail |
|---|
Object toActivationContext(T object)
object - an EventContext.
Object. It must be null if object is null.T toObject(EventContext value)
value - an EventContext.
T.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||