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.


Method Summary
 Response getCocoonResponse()
           
 void redirectTo(String uri)
           
 void sendPage(String uri, Object bizData)
           
 

Method Detail

sendPage

public void sendPage(String uri,
                     Object bizData)

redirectTo

public void redirectTo(String uri)

getCocoonResponse

public Response getCocoonResponse()


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