net.java.dev.moskito.webui.decorators
Class DecoratorRegistryImpl
java.lang.Object
net.java.dev.moskito.webui.decorators.DecoratorRegistryImpl
- All Implemented Interfaces:
- IDecoratorRegistry
public class DecoratorRegistryImpl
- extends Object
- implements IDecoratorRegistry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registry
private Map<Class<? extends AbstractStats>,IDecorator> registry
defaultDecorator
private IDecorator defaultDecorator
DecoratorRegistryImpl
DecoratorRegistryImpl()
getDecorator
public IDecorator getDecorator(IStats stats)
- Description copied from interface:
IDecoratorRegistry
- Returns the decorator for the given stats object.
- Specified by:
getDecorator in interface IDecoratorRegistry
- Returns:
getDecorators
public List<IDecorator> getDecorators()
- Description copied from interface:
IDecoratorRegistry
- Returns all known decorators.
- Specified by:
getDecorators in interface IDecoratorRegistry
- Returns:
configure
private void configure()
Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework