|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.webapp.example.RegistrationBacking
public class RegistrationBacking
Backing bean for the registration.jsp
page.
Constructor Summary | |
---|---|
RegistrationBacking()
|
Method Summary | |
---|---|
protected StringBuffer |
action(javax.faces.context.FacesContext context,
String action)
Return the context relative path for the specified action. |
String |
create()
Create a new subscription. |
String |
delete()
Delete an existing subscription. |
String |
edit()
Edit an existing subscription. |
protected void |
forward(javax.faces.context.FacesContext context,
String url)
Forward to the specified URL and mark this response as having been completed. |
javax.faces.component.UIData |
getTable()
Return the UIData instance we are bound to. |
protected StringBuffer |
logoff(javax.faces.context.FacesContext context)
Return the context relative base URL for the "logoff" action. |
protected StringBuffer |
logon(javax.faces.context.FacesContext context)
Return the context relative base URL for the "logon" action. |
protected StringBuffer |
registration(javax.faces.context.FacesContext context)
Return the context relative base URL for the "edit registration" action. |
void |
setTable(javax.faces.component.UIData table)
Set the UIData instance we are bound to. |
protected StringBuffer |
subscription(javax.faces.context.FacesContext context)
Return the context relative base URL for the "edit subscriptions" action. |
String |
update()
Update the subscriptions to reflect any revisions to the type and autoConnect properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistrationBacking()
Method Detail |
---|
public javax.faces.component.UIData getTable()
Return the UIData
instance we are bound to.
public void setTable(javax.faces.component.UIData table)
Set the UIData
instance we are bound to.
table
- The UIData
instancepublic String create()
Create a new subscription.
public String delete()
Delete an existing subscription.
public String edit()
Edit an existing subscription.
public String update()
Update the subscriptions to reflect any revisions to the
type
and autoConnect
properties.
protected StringBuffer action(javax.faces.context.FacesContext context, 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, 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 StringBuffer logoff(javax.faces.context.FacesContext context)
Return the context relative base URL for the "logoff" action.
context
- FacesContext
for the current requestprotected StringBuffer logon(javax.faces.context.FacesContext context)
Return the context relative base URL for the "logon" action.
context
- FacesContext
for the current requestprotected StringBuffer registration(javax.faces.context.FacesContext context)
Return the context relative base URL for the "edit registration" action.
context
- FacesContext
for the current requestprotected 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 |