com.mycompany.newsservice.views
Class SubscribeView

java.lang.Object
  extended bycom.mycompany.newsservice.views.SubscribeView
All Implemented Interfaces:
View

public class SubscribeView
extends java.lang.Object
implements View

This class is an example of a pure Java view representation for a fictitious newsletter subscription service subscription interface, used by the example ClassViewHandler implementation.

Version:
1.0
Author:
Hans Bergsten, Gefion Software

Constructor Summary
SubscribeView()
           
 
Method Summary
 javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscribeView

public SubscribeView()
Method Detail

createView

public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context)
Specified by:
createView in interface View