|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.core.AnnotatedObject
public abstract class AnnotatedObject
A base class for all objects in the web flow system that support annotation using arbitrary properties. Mainly used to ensure consistent configuration of properties for all annotated objects.
| Field Summary | |
|---|---|
static String |
CAPTION_PROPERTY
The caption property name ("caption"). |
static String |
DESCRIPTION_PROPERTY
The long description property name ("description"). |
| Constructor Summary | |
|---|---|
AnnotatedObject()
|
|
| Method Summary | |
|---|---|
MutableAttributeMap |
getAttributes()
Returns a attribute map containing the attributes annotating this object. |
String |
getCaption()
Returns a short summary of this object, suitable for display as an icon caption or tool tip. |
String |
getDescription()
Returns a longer, more detailed description of this object. |
void |
setCaption(String caption)
Sets the short description (suitable for display in a tooltip). |
void |
setDescription(String description)
Sets the long description. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CAPTION_PROPERTY
public static final String DESCRIPTION_PROPERTY
| Constructor Detail |
|---|
public AnnotatedObject()
| Method Detail |
|---|
public String getCaption()
Annotated
getCaption in interface Annotatedpublic String getDescription()
Annotated
getDescription in interface Annotatedpublic MutableAttributeMap getAttributes()
Annotated
getAttributes in interface Annotatedpublic void setCaption(String caption)
caption - the captionpublic void setDescription(String description)
description - the long description
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||