|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.ComponentClassCacheImpl
public class ComponentClassCacheImpl
Constructor Summary | |
---|---|
ComponentClassCacheImpl(PlasticProxyFactory plasticFactory,
TypeCoercer typeCoercer)
|
Method Summary | |
---|---|
java.lang.Object |
defaultValueForType(java.lang.String className)
Computes the default value for a field of the given type, returns the appropriate default value. |
java.lang.Class |
forName(java.lang.String className)
Gets the Class instance for the given fully-qualified class name. |
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 ComponentClassCacheImpl(@ComponentLayer PlasticProxyFactory plasticFactory, TypeCoercer typeCoercer)
Method Detail |
---|
public void objectWasInvalidated()
InvalidationListener
objectWasInvalidated
in interface InvalidationListener
public java.lang.Object defaultValueForType(java.lang.String className)
ComponentClassCache
defaultValueForType
in interface ComponentClassCache
className
- type of fieldpublic java.lang.Class forName(java.lang.String className)
ComponentClassCache
forName
in interface ComponentClassCache
className
- fully qualified class name, or a primitive type name, or an array name (in source format)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |