| java.lang.Object org.apache.struts.webapp.example.AbstractBacking
All known Subclasses: org.apache.struts.webapp.example.RegistrationBacking, org.apache.struts.webapp.example.MainMenuBacking, org.apache.struts.webapp.example.IndexBacking,
AbstractBacking | abstract class AbstractBacking (Code) | | Abstract base class for backing beans.
|
action | protected StringBuffer action(FacesContext context, String action)(Code) | | Return the context relative path for the specified action.
Parameters: context - FacesContext for the current request Parameters: action - Name of the requested action |
forward | protected void forward(FacesContext context, String url)(Code) | | Forward to the specified URL and mark this response as having
been completed.
Parameters: context - FacesContext for the current request Parameters: url - Context-relative URL to forward to exception: FacesException - if any error occurs |
logoff | protected StringBuffer logoff(FacesContext context)(Code) | | Return the context relative base URL for the "logoff"
action.
Parameters: context - FacesContext for the current request |
logon | protected StringBuffer logon(FacesContext context)(Code) | | Return the context relative base URL for the "logon"
action.
Parameters: context - FacesContext for the current request |
registration | protected StringBuffer registration(FacesContext context)(Code) | | Return the context relative base URL for the "edit registration"
action.
Parameters: context - FacesContext for the current request |
subscription | protected StringBuffer subscription(FacesContext context)(Code) | | Return the context relative base URL for the "edit subscriptions"
action.
Parameters: context - FacesContext for the current request |
|
|