org.apache.cocoon.faces
Interface FacesRedirector


public interface FacesRedirector

Version:
CVS $Id: FacesRedirector.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Vadim Gritsenko

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

Method Detail

dispatch

void dispatch(String url)
              throws IOException
Throws:
IOException

redirect

void redirect(String url)
              throws IOException
Throws:
IOException

encodeActionURL

String encodeActionURL(String url)

encodeResourceURL

String encodeResourceURL(String url)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.