public class FacetDecoratorSet extends Object implements ApplicationScopedComponent
| Constructor and Description |
|---|
FacetDecoratorSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(FacetDecorator decorator) |
void |
add(List<FacetDecorator> decorators) |
void |
debugData(DebugBuilder str) |
void |
decorate(ObjectSpecification holder) |
Set<FacetDecorator> |
getFacetDecorators() |
void |
init()
Indicates to the component that it is to initialise itself.
|
boolean |
isEmpty() |
void |
shutdown()
Indicates to the component that it will no longer be used and should shut
itself down cleanly.
|
public FacetDecoratorSet()
public void init()
ApplicationScopedComponentinit in interface ApplicationScopedComponentpublic void shutdown()
ApplicationScopedComponentshutdown in interface ApplicationScopedComponentpublic void add(FacetDecorator decorator)
public void add(List<FacetDecorator> decorators)
public Set<FacetDecorator> getFacetDecorators()
public boolean isEmpty()
public void decorate(ObjectSpecification holder)
holder - public void debugData(DebugBuilder str)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.