org.apache.cocoon.environment
Interface PermanentRedirector
- All Known Implementing Classes:
- ForwardRedirector, HttpEnvironment, PortletEnvironment
public interface PermanentRedirector
Interface for a permanent redirector abstraction
- Version:
- CVS $Id: PermanentRedirector.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Upayavira
permanentRedirect
void permanentRedirect(boolean sessionmode,
String url)
throws IOException,
ProcessingException
- Redirect to the given URL
- Throws:
IOException
ProcessingException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.