|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--objectivehtml.struts.CreateForm
This class holds a list of directives for a create-form configuration.
| Field Summary | |
static java.lang.String |
COND_ALWAYS
This condition means this form is always created |
static java.lang.String |
COND_NOTEXISTS
This condition means this form is created when it does not exist |
| Constructor Summary | |
CreateForm()
|
|
| Method Summary | |
java.lang.String |
getCondition()
Gets the condition that the form is to be created. |
Connections |
getConnections()
Gets the connections for this create-form process. |
java.lang.String |
getName()
Gets the name of the form we are to create. |
java.lang.String |
getSessionRef()
Gets the session name that this created form is to be (or has been) bound with. |
void |
setCondition(java.lang.String sCondition)
Sets the condition that the form is to be created. |
void |
setConnections(Connections clConnections)
Sets the connections for this create-form process. |
void |
setName(java.lang.String sName)
Sets the name of the form we are to create. |
void |
setSessionRef(java.lang.String sSessionRef)
Sets the session name that this created form is to be bound with. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String COND_ALWAYS
public static final java.lang.String COND_NOTEXISTS
| Constructor Detail |
public CreateForm()
| Method Detail |
public void setName(java.lang.String sName)
sName - the form Namepublic java.lang.String getName()
public void setSessionRef(java.lang.String sSessionRef)
sSessionRef - the session namepublic java.lang.String getSessionRef()
public void setCondition(java.lang.String sCondition)
sCondition - the condition for the form to be createdpublic java.lang.String getCondition()
public void setConnections(Connections clConnections)
clConnections - a collection of Connection objectspublic Connections getConnections()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||