| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.facetdecorator | |
| org.apache.isis.core.metamodel.specloader |
Object Reflector API.
|
| org.apache.isis.core.progmodel.app | |
| org.apache.isis.core.progmodel.facetdecorators.help |
Help API, utilizing the
FacetDecorator mechanism.. |
| org.apache.isis.core.progmodel.facetdecorators.help.file | |
| org.apache.isis.core.progmodel.facetdecorators.i18n | |
| org.apache.isis.core.progmodel.facetdecorators.i18n.resourcebundle | |
| org.apache.isis.progmodels.dflt |
| Modifier and Type | Class and Description |
|---|---|
class |
FacetDecoratorAbstract |
| Modifier and Type | Method and Description |
|---|---|
Set<FacetDecorator> |
FacetDecoratorSet.getFacetDecorators() |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetDecoratorSet.add(FacetDecorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetDecoratorSet.add(List<FacetDecorator> decorators) |
| Modifier and Type | Method and Description |
|---|---|
List<FacetDecorator> |
FacetDecoratorInstaller.createDecorators() |
protected Set<FacetDecorator> |
ObjectReflectorDefault.getFacetDecoratorSet() |
| Constructor and Description |
|---|
ObjectReflectorDefault(IsisConfiguration configuration,
ClassSubstitutor classSubstitutor,
CollectionTypeRegistry collectionTypeRegistry,
SpecificationTraverser specificationTraverser,
ProgrammingModel programmingModel,
Set<FacetDecorator> facetDecorators,
MetaModelValidator metaModelValidator) |
| Modifier and Type | Method and Description |
|---|---|
Set<FacetDecorator> |
IsisMetaModel.getFacetDecorators()
The
FacetDecorators in force, either defaulted or specified
explicitly. |
| Modifier and Type | Method and Description |
|---|---|
void |
IsisMetaModel.setFacetDecorators(Set<FacetDecorator> facetDecorators)
Optionally specify the
FacetDecorators. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HelpFacetDecorator |
| Modifier and Type | Class and Description |
|---|---|
class |
HelpFacetDecoratorUsingHelpManager |
| Modifier and Type | Method and Description |
|---|---|
List<FacetDecorator> |
HelpFacetDecoratorUsingFilesInstaller.createDecorators() |
| Modifier and Type | Class and Description |
|---|---|
class |
I18nFacetDecorator |
| Modifier and Type | Method and Description |
|---|---|
List<FacetDecorator> |
I18nDecoratorUsingResourceBundleInstaller.createDecorators() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<FacetDecorator> |
JavaReflectorInstallerNoDecorators.createFacetDecorators(IsisConfiguration configuration)
Hook method to allow subclasses to specify a different sets of
FacetDecorators. |
| Modifier and Type | Method and Description |
|---|---|
static SpecificationLoaderSpi |
JavaReflectorHelper.createObjectReflector(ProgrammingModel programmingModel,
ClassSubstitutorFactory classSubstitutorFactory,
Collection<MetaModelRefiner> metaModelRefiners,
Set<FacetDecorator> facetDecorators,
MetaModelValidator mmv,
IsisConfiguration configuration) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.