org.apache.empire.jsf2.pages
Class PageOutcome

java.lang.Object
  extended by org.apache.empire.jsf2.pages.PageOutcome

public class PageOutcome
extends Object


Constructor Summary
PageOutcome(String outcome)
           
 
Method Summary
 PageOutcome addParam(String param, String value)
           
 PageOutcome addParamWithValue(String paramWithValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageOutcome

public PageOutcome(String outcome)
Method Detail

addParamWithValue

public PageOutcome addParamWithValue(String paramWithValue)

addParam

public PageOutcome addParam(String param,
                            String value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.