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

Method Summary
 IFacetContext create(String facetName, IProfile profile, Object targetObject, FacetDescriptor facetDescriptor)
          Invoked by the framework to create facet contexts
 

Method Detail

create

IFacetContext create(String facetName,
                     IProfile profile,
                     Object targetObject,
                     FacetDescriptor facetDescriptor)
Invoked by the framework to create facet contexts

Parameters:
facetName - The facet name
profile - The profile
targetObject - The target object
facetDescriptor - The facet descriptor used for looking up the facet
Returns:
The freshly created context


Copyright © 2012. All Rights Reserved.