|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyAdapter | |
---|---|
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
org.apache.tapestry5.ioc.test | Classes supporting testing of Tapestry IOC services |
org.apache.tapestry5.kaptcha.internal.services | [INTERNAL USE ONLY] support services for the Kaptcha component; API subject to change |
org.apache.tapestry5.services | Core services |
Uses of PropertyAdapter in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services with parameters of type PropertyAdapter | |
---|---|
String |
AnnotationDataTypeAnalyzer.identifyDataType(PropertyAdapter adapter)
|
String |
DefaultDataTypeAnalyzer.identifyDataType(PropertyAdapter adapter)
|
Uses of PropertyAdapter in org.apache.tapestry5.ioc.internal.services |
---|
Classes in org.apache.tapestry5.ioc.internal.services that implement PropertyAdapter | |
---|---|
class |
PropertyAdapterImpl
|
Methods in org.apache.tapestry5.ioc.internal.services that return PropertyAdapter | |
---|---|
PropertyAdapter |
ClassPropertyAdapterImpl.getPropertyAdapter(String name)
|
Uses of PropertyAdapter in org.apache.tapestry5.ioc.services |
---|
Methods in org.apache.tapestry5.ioc.services that return PropertyAdapter | |
---|---|
PropertyAdapter |
ClassPropertyAdapter.getPropertyAdapter(String name)
Returns the property adapter with the given name, or null if no such adapter exists. |
Uses of PropertyAdapter in org.apache.tapestry5.ioc.test |
---|
Methods in org.apache.tapestry5.ioc.test that return PropertyAdapter | |
---|---|
protected PropertyAdapter |
IOCTestCase.mockPropertyAdapter()
|
Uses of PropertyAdapter in org.apache.tapestry5.kaptcha.internal.services |
---|
Methods in org.apache.tapestry5.kaptcha.internal.services with parameters of type PropertyAdapter | |
---|---|
String |
KaptchaDataTypeAnalyzer.identifyDataType(PropertyAdapter adapter)
|
Uses of PropertyAdapter in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services with parameters of type PropertyAdapter | |
---|---|
String |
DataTypeAnalyzer.identifyDataType(PropertyAdapter adapter)
Identifies the data type, if known, or returns null if not known. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |