org.apache.cocoon.components.flow.apples
Interface AppleResponse
- All Known Implementing Classes:
- DefaultAppleResponse
- public interface AppleResponse
AppleResponse defines the parts of the 'response' an AppleController can set.
- Version:
- $Id: AppleResponse.java 587757 2007-10-24 02:52:49Z vgritsenko $
sendPage
public void sendPage(String uri,
Object bizData)
redirectTo
public void redirectTo(String uri)
sendStatus
public void sendStatus(int status)
getCocoonResponse
public org.apache.cocoon.environment.Response getCocoonResponse()
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.