net.sourceforge.jfacets
Interface IFacetContextFactory
- All Known Implementing Classes:
- DefaultFacetContextFactory
public interface IFacetContextFactory
Base interface for ContextFactories, which serves to
create contexts and pass them to facets when they are retrieved,
just after instanciation.
- Author:
- Remi VANKEISBELCK - rvkb.com (remi 'at' rvkb.com)
- See Also:
IFacetContext
create
IFacetContext create(String facetName,
IProfile profile,
Object targetObject,
FacetDescriptor facetDescriptor)
- Invoked by the framework to create facet contexts
- 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.