org.apache.cocoon.faces
Interface FacesRedirector


public interface FacesRedirector

Version:
CVS $Id: FacesRedirector.java 46253 2004-09-17 14:36:29Z vgritsenko $
Author:
Vadim Gritsenko

Method Summary
 void dispatch(String url)
           
 String encodeActionURL(String url)
           
 String encodeResourceURL(String url)
           
 void redirect(String url)
           
 

Method Detail

dispatch

public void dispatch(String url)
              throws IOException
Throws:
IOException

redirect

public void redirect(String url)
              throws IOException
Throws:
IOException

encodeActionURL

public String encodeActionURL(String url)

encodeResourceURL

public String encodeResourceURL(String url)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.