org.apache.cocoon.faces
Interface FacesRedirector
public interface FacesRedirector
- Version:
- CVS $Id: FacesRedirector.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Vadim Gritsenko
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-2007 The Apache Software Foundation. All Rights Reserved.