Uses of Class
org.nuiton.util.decorator.Decorator

Packages that use Decorator
org.nuiton.util.decorator This package contains a api to do some decoration over any object. 
 

Uses of Decorator in org.nuiton.util.decorator
 

Subclasses of Decorator in org.nuiton.util.decorator
 class JXPathDecorator<O>
          JXPath decorator based on String.format(String, Object...) method.
 class MultiJXPathDecorator<O>
          JXPathDecorator implementation with multiple contexts.
 class PropertyDecorator<O>
          Simple property decorator based on String.format(String, Object...)
 

Methods in org.nuiton.util.decorator that return Decorator
 Decorator<T> DecoratorMulti18nProvider.DecoratorContext.getDecorator()
           
 Decorator<T> DecoratorProvider.DecoratorContext.getDecorator()
           
<O> Decorator<O>
DecoratorMulti18nProvider.getDecorator(Locale locale, O object)
          Obtain a decorator for the given object using the given locale.
<O> Decorator<O>
DecoratorMulti18nProvider.getDecorator(Locale locale, O object, String name)
          Obtain a decorator given a object and an extra name to qualify the context using the given locale.
<O> Decorator<O>
DecoratorProvider.getDecorator(O object)
          Obtain a decorator for the given object.
<O> Decorator<O>
DecoratorProvider.getDecorator(O object, String name)
          Obtain a decorator given a object and an extra name to qualify the context.
<O> Decorator<O>
DecoratorProvider.getDecoratorByType(Class<O> type)
          Obtain a decorator given a type.
<O> Decorator<O>
DecoratorProvider.getDecoratorByType(Class<O> type, String name)
          Obtain a decorator given a type and a extra name.
<O> Decorator<O>
DecoratorMulti18nProvider.getDecoratorByType(Locale locale, Class<O> type)
          Obtain a decorator given a type on the given locale.
<O> Decorator<O>
DecoratorMulti18nProvider.getDecoratorByType(Locale locale, Class<O> type, String name)
          Obtain a decorator given a type and a extra context name on the given locale.
 

Methods in org.nuiton.util.decorator with parameters of type Decorator
protected  void DecoratorProvider.registerDecorator(Decorator<?> decorator)
           
protected  void DecoratorMulti18nProvider.registerDecorator(Locale locale, Decorator<?> decorator)
           
protected
<T> void
DecoratorMulti18nProvider.registerDecorator(Locale locale, String context, Decorator<T> decorator)
          Register a new decorator in the cache of the provider.
protected
<T> void
DecoratorProvider.registerDecorator(String context, Decorator<T> decorator)
          Register a new decorator in the cache of the provider.
 

Constructors in org.nuiton.util.decorator with parameters of type Decorator
DecoratorMulti18nProvider.DecoratorContext(String context, Decorator<T> decorator)
           
DecoratorProvider.DecoratorContext(String context, Decorator<T> decorator)
           
 



Copyright © 2004-2012 CodeLutin. All Rights Reserved.