org.apache.myfaces.tobago.example.demo.bestpractice
Class BestPracticeController

java.lang.Object
  extended by org.apache.myfaces.tobago.example.demo.bestpractice.BestPracticeController

public class BestPracticeController
extends Object


Constructor Summary
BestPracticeController()
           
 
Method Summary
 List<Bird> getBirds()
           
 String getStatus()
           
 void setStatus(String status)
           
 String throwException()
           
 String viewPdfInBrowser()
           
 String viewPdfOutsideOfBrowser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestPracticeController

public BestPracticeController()
Method Detail

throwException

public String throwException()

viewPdfInBrowser

public String viewPdfInBrowser()

viewPdfOutsideOfBrowser

public String viewPdfOutsideOfBrowser()

getBirds

public List<Bird> getBirds()

getStatus

public String getStatus()

setStatus

public void setStatus(String status)


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.