org.apache.tapestry5.internal.services
Interface ActionRenderResponseGenerator

All Known Implementing Classes:
ActionRenderResponseGeneratorImpl, ImmediateActionRenderResponseGenerator

public interface ActionRenderResponseGenerator

Used to produce the normal response to an action request: a redirect to a particular page.


Method Summary
 void generateResponse(Page page)
           
 

Method Detail

generateResponse

void generateResponse(Page page)
                      throws IOException
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation.