|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.webapp.example.MainMenuBacking
public class MainMenuBacking
Backing bean for the mainMenu.jsp
page.
Constructor Summary | |
---|---|
MainMenuBacking()
|
Method Summary | |
---|---|
protected java.lang.StringBuffer |
action(javax.faces.context.FacesContext context,
java.lang.String action)
Return the context relative path for the specified action. |
java.lang.String |
edit()
Forward to the Edit Registration action. |
protected void |
forward(javax.faces.context.FacesContext context,
java.lang.String url)
Forward to the specified URL and mark this response as having been completed. |
java.lang.String |
logoff()
Forward to the Logoff action. |
protected java.lang.StringBuffer |
logoff(javax.faces.context.FacesContext context)
Return the context relative base URL for the "logoff" action. |
protected java.lang.StringBuffer |
logon(javax.faces.context.FacesContext context)
Return the context relative base URL for the "logon" action. |
protected java.lang.StringBuffer |
registration(javax.faces.context.FacesContext context)
Return the context relative base URL for the "edit registration" action. |
protected java.lang.StringBuffer |
subscription(javax.faces.context.FacesContext context)
Return the context relative base URL for the "edit subscriptions" action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MainMenuBacking()
Method Detail |
---|
public java.lang.String edit()
Forward to the Edit Registration action.
public java.lang.String logoff()
Forward to the Logoff action.
protected java.lang.StringBuffer action(javax.faces.context.FacesContext context, java.lang.String action)
Return the context relative path for the specified action.
context
- FacesContext
for the current requestaction
- Name of the requested actionprotected void forward(javax.faces.context.FacesContext context, java.lang.String url)
Forward to the specified URL and mark this response as having been completed.
context
- FacesContext
for the current requesturl
- Context-relative URL to forward to
javax.faces.FacesException
- if any error occursprotected java.lang.StringBuffer logoff(javax.faces.context.FacesContext context)
Return the context relative base URL for the "logoff" action.
context
- FacesContext
for the current requestprotected java.lang.StringBuffer logon(javax.faces.context.FacesContext context)
Return the context relative base URL for the "logon" action.
context
- FacesContext
for the current requestprotected java.lang.StringBuffer registration(javax.faces.context.FacesContext context)
Return the context relative base URL for the "edit registration" action.
context
- FacesContext
for the current requestprotected java.lang.StringBuffer subscription(javax.faces.context.FacesContext context)
Return the context relative base URL for the "edit subscriptions" action.
context
- FacesContext
for the current request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |