org.apache.cocoon.environment
Interface Redirector
- All Known Implementing Classes:
- HttpEnvironment, AbstractCommandLineEnvironment, SitemapRedirector
- public interface Redirector
Interface for an redirector abstraction
- Version:
- CVS $Revision: 1.1 $ $Date: 2001/06/05 21:36:24 $
- Author:
- Davanum Srinivas
Method Summary |
void |
redirect(boolean sessionmode,
java.lang.String url)
Redirect to the given URL |
redirect
public void redirect(boolean sessionmode,
java.lang.String url)
throws java.io.IOException
- Redirect to the given URL
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.