jaxx.runtime.decorator
Class DecoratorProvider.DecoratorContext<T>

java.lang.Object
  extended by jaxx.runtime.decorator.DecoratorProvider.DecoratorContext<T>
Enclosing class:
DecoratorProvider

public static class DecoratorProvider.DecoratorContext<T>
extends java.lang.Object


Constructor Summary
DecoratorProvider.DecoratorContext(java.lang.String context, Decorator<T> decorator)
           
 
Method Summary
 boolean accept(java.lang.Class<?> type, java.lang.String context)
           
 boolean accept(java.lang.String context)
           
 java.lang.String getContext()
           
 Decorator<T> getDecorator()
           
 java.lang.Class<T> getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecoratorProvider.DecoratorContext

public DecoratorProvider.DecoratorContext(java.lang.String context,
                                          Decorator<T> decorator)
Method Detail

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-2010 CodeLutin. All Rights Reserved.