| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
ImperativeFacet.getIntent(Method method)
The intent of this method, so that the
WrapperFactory knows whether to delegate on or to reject. |
static ImperativeFacet.Intent |
ImperativeFacet.Util.getIntent(ObjectMember member,
Method method) |
static ImperativeFacet.Intent |
ImperativeFacet.Intent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImperativeFacet.Intent[] |
ImperativeFacet.Intent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
ActionDefaultsFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
ActionInvocationFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
ActionValidationFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
CollectionAccessorFacetViaAccessor.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
CollectionClearFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
CollectionClearFacetViaAccessor.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
CollectionRemoveFromFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
CollectionRemoveFromFacetViaAccessor.getIntent(Method method) |
ImperativeFacet.Intent |
CollectionAddToFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
CollectionAddToFacetViaAccessor.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
CollectionValidateRemoveFromFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
CollectionValidateAddToFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
DescribedAsFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
DisableForSessionFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
DisableForContextFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
HideForSessionFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
HideForContextFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
NamedFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
CreatedCallbackFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
LoadingCallbackFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
LoadedCallbackFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
PersistingCallbackFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
PersistedCallbackFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
RemovingCallbackFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
RemovedCallbackFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
UpdatingCallbackFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
UpdatedCallbackFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
MarkDirtyObjectFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
IsDirtyObjectFacetViaMethod.getIntent(Method method) |
ImperativeFacet.Intent |
ClearDirtyObjectFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
DisabledObjectFacetViaDisabledMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
TitleFacetViaToStringMethod.getIntent(Method method) |
ImperativeFacet.Intent |
TitleFacetViaTitleMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
ValidateObjectFacetViaValidateMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
ActionParameterAutoCompleteFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
ActionChoicesFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
ActionParameterChoicesFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
ActionParameterDefaultsFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
PropertyAccessorFacetViaAccessor.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
PropertyAutoCompleteFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
PropertyChoicesFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
PropertyDefaultFacetViaMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
PropertySetterFacetViaSetterMethod.getIntent(Method method) |
ImperativeFacet.Intent |
PropertySetterFacetViaModifyMethod.getIntent(Method method) |
ImperativeFacet.Intent |
PropertyInitializationFacetViaSetterMethod.getIntent(Method method) |
ImperativeFacet.Intent |
PropertyClearFacetViaSetterMethod.getIntent(Method method) |
ImperativeFacet.Intent |
PropertyClearFacetViaClearMethod.getIntent(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ImperativeFacet.Intent |
PropertyValidateFacetViaMethod.getIntent(Method method) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.