org.nakedobjects.metamodel.facetdecorator
Class FacetDecoratorAbstract

java.lang.Object
  extended by org.nakedobjects.metamodel.facetdecorator.FacetDecoratorAbstract
All Implemented Interfaces:
FacetDecorator

public abstract class FacetDecoratorAbstract
extends java.lang.Object
implements FacetDecorator


Constructor Summary
FacetDecoratorAbstract()
           
 
Method Summary
 java.lang.String getFacetTypeNames()
           
protected  Facet replaceFacetWithDecoratingFacet(Facet facet, Facet decoratingFacet, FacetHolder requiredHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.facetdecorator.FacetDecorator
decorate, getFacetTypes
 

Constructor Detail

FacetDecoratorAbstract

public FacetDecoratorAbstract()
Method Detail

getFacetTypeNames

public java.lang.String getFacetTypeNames()
Specified by:
getFacetTypeNames in interface FacetDecorator

replaceFacetWithDecoratingFacet

protected Facet replaceFacetWithDecoratingFacet(Facet facet,
                                                Facet decoratingFacet,
                                                FacetHolder requiredHolder)


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