org.apache.cocoon.environment
Interface PermanentRedirector

All Known Implementing Classes:
ForwardRedirector

public interface PermanentRedirector

Interface for a permanent redirector abstraction

Version:
CVS $Id: PermanentRedirector.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Upayavira

Method Summary
 void permanentRedirect(boolean sessionmode, String url)
          Redirect to the given URL
 

Method Detail

permanentRedirect

public void permanentRedirect(boolean sessionmode,
                              String url)
                       throws IOException,
                              ProcessingException
Redirect to the given URL

Throws:
IOException
ProcessingException


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