|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.apache.myfaces.custom.conversation.AbstractConversationComponent
org.apache.myfaces.custom.conversation.UIEndConversation
public class UIEndConversation
end a conversation
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
| Fields inherited from class org.apache.myfaces.custom.conversation.AbstractConversationComponent |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
UIEndConversation()
|
|
| Method Summary | |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
java.lang.String |
getErrorOutcome()
on exception use the given outcome for further navigation |
java.lang.String |
getOnOutcome()
end the conversation only if the action outcome matches the given onOutcome. |
java.lang.Boolean |
getRestart()
true|false|valueBinding - true if the conversation should be restarted immediately |
javax.faces.el.MethodBinding |
getRestartAction()
the action which should be called in case of a restart |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setErrorOutcome(java.lang.String errorOutcome)
|
void |
setOnOutcome(java.lang.String onOutcome)
|
void |
setRestart(java.lang.Boolean restart)
|
void |
setRestartAction(javax.faces.el.MethodBinding restartAction)
|
| Methods inherited from class org.apache.myfaces.custom.conversation.AbstractConversationComponent |
|---|
getFamily, getName, setName |
| Methods inherited from class javax.faces.component.UICommand |
|---|
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| 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 COMPONENT_TYPE
| Constructor Detail |
|---|
public UIEndConversation()
| Method Detail |
|---|
public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOException
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class AbstractConversationComponentpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class AbstractConversationComponentpublic java.lang.String getOnOutcome()
public void setOnOutcome(java.lang.String onOutcome)
public java.lang.String getErrorOutcome()
public void setErrorOutcome(java.lang.String errorOutcome)
public java.lang.Boolean getRestart()
public void setRestart(java.lang.Boolean restart)
public javax.faces.el.MethodBinding getRestartAction()
public void setRestartAction(javax.faces.el.MethodBinding restartAction)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||