|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.facets.FacetFactoryAbstract
org.nakedobjects.metamodel.facets.collections.CollectionFacetFactory
public class CollectionFacetFactory
| Constructor Summary | |
|---|---|
CollectionFacetFactory()
|
|
| Method Summary | |
|---|---|
RuntimeContext |
getRuntimeContext()
As per setRuntimeContext(RuntimeContext) |
boolean |
process(java.lang.Class<?> cls,
MethodRemover methodRemover,
FacetHolder holder)
Process the class, and return the correctly setup annotation if present. |
void |
setCollectionTypeRegistry(CollectionTypeRegistry collectionTypeRegistry)
Injected since CollectionTypeRegistryAware. |
void |
setRuntimeContext(RuntimeContext runtimeContext)
Injected since RuntimeContextAware. |
| Methods inherited from class org.nakedobjects.metamodel.facets.FacetFactoryAbstract |
|---|
getFeatureTypes, getSpecificationLoader, process, processParams, setSpecificationLoader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionFacetFactory()
| Method Detail |
|---|
public boolean process(java.lang.Class<?> cls,
MethodRemover methodRemover,
FacetHolder holder)
FacetFactory
process in interface FacetFactoryprocess in class FacetFactoryAbstractcls - - class being processedmethodRemover - - allow any methods of the class to be removedholder - - to attach the facets to
public void setCollectionTypeRegistry(CollectionTypeRegistry collectionTypeRegistry)
CollectionTypeRegistryAware.
setCollectionTypeRegistry in interface CollectionTypeRegistryAwarepublic RuntimeContext getRuntimeContext()
setRuntimeContext(RuntimeContext)
public void setRuntimeContext(RuntimeContext runtimeContext)
RuntimeContextAware.
setRuntimeContext in interface RuntimeContextAware
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||