org.nakedobjects.metamodel.facetdecorator
Class FacetDecoratorSet

java.lang.Object
  extended by org.nakedobjects.metamodel.facetdecorator.FacetDecoratorSet
All Implemented Interfaces:
ApplicationScopedComponent, Component

public class FacetDecoratorSet
extends java.lang.Object
implements ApplicationScopedComponent


Constructor Summary
FacetDecoratorSet()
           
 
Method Summary
 void add(FacetDecorator decorator)
           
 void add(java.util.List<FacetDecorator> decorators)
           
 void debugData(DebugString str)
           
 void decorateAllFacets(FacetHolder holder)
           
 java.util.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacetDecoratorSet

public FacetDecoratorSet()
Method Detail

init

public void init()
Description copied from interface: ApplicationScopedComponent
Indicates to the component that it is to initialise itself.

Specified by:
init in interface ApplicationScopedComponent

shutdown

public void shutdown()
Description copied from interface: ApplicationScopedComponent
Indicates to the component that it will no longer be used and should shut itself down cleanly.

Specified by:
shutdown in interface ApplicationScopedComponent

add

public void add(FacetDecorator decorator)

add

public void add(java.util.List<FacetDecorator> decorators)

getFacetDecorators

public java.util.Set<FacetDecorator> getFacetDecorators()

isEmpty

public boolean isEmpty()

decorateAllFacets

public void decorateAllFacets(FacetHolder holder)

debugData

public void debugData(DebugString str)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.