org.apache.struts.webapp.example2
Class RegistrationBacking

java.lang.Object
  extended by org.apache.struts.webapp.example2.RegistrationBacking

public class RegistrationBacking
extends Object

Backing bean for the registration.jsp page.


Constructor Summary
RegistrationBacking()
           
 
Method Summary
 String create()
          Create a new subscription.
 String delete()
          Delete an existing subscription.
 String edit()
          Edit an existing subscription.
 String getDeleteLabel()
           
 String getEditLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationBacking

public RegistrationBacking()
Method Detail

getDeleteLabel

public String getDeleteLabel()

getEditLabel

public String getEditLabel()

create

public String create()

Create a new subscription.


delete

public String delete()

Delete an existing subscription.


edit

public String edit()

Edit an existing subscription.



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.