org.apache.myfaces.extensions.cdi.message.api
Interface ConfigRegistry<T,B>

All Known Subinterfaces:
FormatterFactory

public interface ConfigRegistry<T,B>

generic interface to add configs (for all artifacts which are configureable)


Method Summary
 B add(T config)
           
 List<T> reset()
          resets the existing configuration
 

Method Detail

add

B add(T config)
Parameters:
config - typed config
Returns:
the current instance for using fluent configuration

reset

List<T> reset()
resets the existing configuration

Returns:
the config which was removed


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.