jaxx.runtime.decorator
Class DecoratorProvider.DecoratorContext<T>
java.lang.Object
jaxx.runtime.decorator.DecoratorProvider.DecoratorContext<T>
- Enclosing class:
- DecoratorProvider
public static class DecoratorProvider.DecoratorContext<T>
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DecoratorProvider.DecoratorContext
public DecoratorProvider.DecoratorContext(java.lang.String context,
Decorator<T> decorator)
getContext
public java.lang.String getContext()
getDecorator
public Decorator<T> getDecorator()
getType
public java.lang.Class<T> getType()
accept
public boolean accept(java.lang.Class<?> type,
java.lang.String context)
accept
public boolean accept(java.lang.String context)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2009 CodeLutin. All Rights Reserved.