|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecoratorDef | |
|---|---|
| org.apache.tapestry5.internal | [INTERNAL USE ONLY] internal support classes; API subject to change. |
| org.apache.tapestry5.internal.spring | [INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change |
| org.apache.tapestry5.ioc.def | Tapestry IOC service definitions |
| org.apache.tapestry5.ioc.internal | [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. |
| org.apache.tapestry5.ioc.internal.util | [INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change |
| org.apache.tapestry5.ioc.test | Classes supporting testing of Tapestry IOC services |
| Uses of DecoratorDef in org.apache.tapestry5.internal |
|---|
| Methods in org.apache.tapestry5.internal that return types with arguments of type DecoratorDef | |
|---|---|
Set<DecoratorDef> |
SyntheticModuleDef.getDecoratorDefs()
Returns an empty set. |
| Uses of DecoratorDef in org.apache.tapestry5.internal.spring |
|---|
| Methods in org.apache.tapestry5.internal.spring that return types with arguments of type DecoratorDef | |
|---|---|
Set<DecoratorDef> |
SpringModuleDef.getDecoratorDefs()
Returns an empty set. |
| Uses of DecoratorDef in org.apache.tapestry5.ioc.def |
|---|
| Subinterfaces of DecoratorDef in org.apache.tapestry5.ioc.def | |
|---|---|
interface |
DecoratorDef2
Extended version of DecoratorDef introduced to determine any
module method annotated with Decorate as a decorator
method. |
| Methods in org.apache.tapestry5.ioc.def that return types with arguments of type DecoratorDef | |
|---|---|
Set<DecoratorDef> |
ModuleDef.getDecoratorDefs()
Returns all the decorator definitions built/provided by this module. |
| Uses of DecoratorDef in org.apache.tapestry5.ioc.internal |
|---|
| Classes in org.apache.tapestry5.ioc.internal that implement DecoratorDef | |
|---|---|
class |
DecoratorDefImpl
|
| Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type DecoratorDef | |
|---|---|
Set<DecoratorDef> |
Module.findMatchingDecoratorDefs(ServiceDef serviceDef)
Iterates over any decorator definitions defined by the module and returns those that apply to the provided service definition. |
Set<DecoratorDef> |
ModuleImpl.findMatchingDecoratorDefs(ServiceDef serviceDef)
|
Set<DecoratorDef> |
DefaultModuleDefImpl.getDecoratorDefs()
|
| Uses of DecoratorDef in org.apache.tapestry5.ioc.internal.util |
|---|
| Methods in org.apache.tapestry5.ioc.internal.util with parameters of type DecoratorDef | |
|---|---|
static DecoratorDef2 |
InternalUtils.toDecoratorDef2(DecoratorDef decorator)
|
| Uses of DecoratorDef in org.apache.tapestry5.ioc.test |
|---|
| Methods in org.apache.tapestry5.ioc.test that return DecoratorDef | |
|---|---|
protected DecoratorDef |
IOCTestCase.mockDecoratorDef()
|
| Methods in org.apache.tapestry5.ioc.test with parameters of type DecoratorDef | |
|---|---|
protected void |
IOCTestCase.train_matches(DecoratorDef decoratorDef,
ServiceDef serviceDef,
boolean matches)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||