com.ocpsoft.pretty.faces.application
Class PrettyRedirector

java.lang.Object
  extended by com.ocpsoft.pretty.faces.application.PrettyRedirector

public class PrettyRedirector
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
PrettyRedirector()
           
 
Method Summary
static PrettyRedirector getInstance()
           
 boolean redirect(javax.faces.context.FacesContext context, String action)
           
 void send404(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyRedirector

public PrettyRedirector()
Method Detail

getInstance

public static PrettyRedirector getInstance()

redirect

public boolean redirect(javax.faces.context.FacesContext context,
                        String action)

send404

public void send404(javax.faces.context.FacesContext facesContext)


Copyright © 2011. All Rights Reserved.