com.mycompany.newsservice.handlers
Class SubscriberHandler
java.lang.Object
com.mycompany.newsservice.handlers.SubscriberHandler
- public class SubscriberHandler
- extends java.lang.Object
This class is an example of the type of class that acts as an adaptor
for JSF-independent business logic classes (such as Subscriber)
to make them accessible to JSF components. It contains a single
JSF action method for calling the save() method on a Subscriber instance.
A real class of this type typically has a lot more methods.
- Version:
- 1.0
- Author:
- Hans Bergsten, Gefion Software
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
subscriber
private Subscriber subscriber
SubscriberHandler
public SubscriberHandler()
setSubscriber
public void setSubscriber(Subscriber subscriber)
saveSubscriber
public java.lang.String saveSubscriber()