net.sourceforge.jfacets.impl
Class DefaultFacetContextFactory
java.lang.Object
net.sourceforge.jfacets.impl.DefaultFacetContextFactory
- All Implemented Interfaces:
- IFacetContextFactory
public class DefaultFacetContextFactory
- extends Object
- implements IFacetContextFactory
Default facet context factory implementation
- Author:
- Remi VANKEISBELCK - rvkb.com (remi 'at' rvkb.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFacetContextFactory
public DefaultFacetContextFactory()
create
public IFacetContext create(String facetName,
IProfile profile,
Object targetObject,
FacetDescriptor facetDescriptor)
- Creates a DefaultFacetContext for passed parameters.
- Specified by:
create in interface IFacetContextFactory
- Parameters:
facetName - The facet nameprofile - The profiletargetObject - The target objectfacetDescriptor - The facet descriptor used for looking up the facet
- Returns:
- The freshly created context
Copyright © 2012. All Rights Reserved.