org.nuiton.util.decorator
Class DecoratorMulti18nProvider.DecoratorContext<T>

java.lang.Object
  extended by org.nuiton.util.decorator.DecoratorMulti18nProvider.DecoratorContext<T>
Enclosing class:
DecoratorMulti18nProvider

public static class DecoratorMulti18nProvider.DecoratorContext<T>
extends Object


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

Constructor Detail

DecoratorMulti18nProvider.DecoratorContext

public DecoratorMulti18nProvider.DecoratorContext(String context,
                                                  Decorator<T> decorator)
Method Detail

getContext

public String getContext()

getDecorator

public Decorator<T> getDecorator()

getType

public Class<T> getType()

accept

public boolean accept(Class<?> type,
                      String context)

accept

public boolean accept(String context)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 CodeLutin. All Rights Reserved.