|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.view.AbstractFacesBean
org.apache.shale.view.AbstractViewController
org.apache.shale.usecases.ajax.Completion
public class Completion
View controller for Ajax code completion test case.
$Id: Completion.java 464373 2006-10-16 04:21:54Z rahul $
| Constructor Summary | |
|---|---|
Completion()
|
|
| Method Summary | |
|---|---|
String |
getName()
Return the state name to be entered. |
String |
getResult()
Return the result stored by the submit action. |
void |
setName(String name)
Set the state name to be entered. |
void |
setResult(String result)
Set the result stored by the submit action. |
String |
submit()
Store submitted value in the result property. |
| Methods inherited from class org.apache.shale.view.AbstractViewController |
|---|
destroy, init, isPostBack, preprocess, prerender, setPostBack |
| Methods inherited from class org.apache.shale.view.AbstractFacesBean |
|---|
erase, error, error, fatal, fatal, getApplication, getApplicationMap, getBean, getExternalContext, getFacesContext, getLifecycle, getRequestHeaderMap, getRequestMap, getRequestParameter, getRequestParameterMap, getRequestParameterValues, getSessionMap, getValue, info, info, log, log, retrieveData, saveData, setBean, setValue, warn, warn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Completion()
| Method Detail |
|---|
public String getName()
Return the state name to be entered.
public void setName(String name)
Set the state name to be entered.
name - The new state namepublic String getResult()
Return the result stored by the submit action.
public void setResult(String result)
Set the result stored by the submit action.
result - The new resultpublic String submit()
Store submitted value in the result property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||