|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.ValueEncoderSourceImpl
public class ValueEncoderSourceImpl
Constructor Summary | |
---|---|
ValueEncoderSourceImpl(java.util.Map<java.lang.Class,ValueEncoderFactory> configuration)
|
Method Summary | ||
---|---|---|
|
getValueEncoder(java.lang.Class<T> type)
Gets or creates a value encoder for the indicated type. |
|
void |
objectWasInvalidated()
Invoked to indicate that some object is invalid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueEncoderSourceImpl(java.util.Map<java.lang.Class,ValueEncoderFactory> configuration)
Method Detail |
---|
public <T> ValueEncoder<T> getValueEncoder(java.lang.Class<T> type)
ValueEncoderSource
getValueEncoder
in interface ValueEncoderSource
type
- type of value to be encoded and decoded
public void objectWasInvalidated()
InvalidationListener
objectWasInvalidated
in interface InvalidationListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |