org.loom.resolution
Interface Resolution

All Known Subinterfaces:
CacheableResolution, ForwardResolution, RedirectResolution
All Known Implementing Classes:
AbstractFileResolution, AbstractHttpResolution, AutocompleteResolution, BufferedImageResolution, ForwardResolutionImpl, HtmlResolution, HttpErrorResolution, InputStreamResolution, JsonResolution, JsonTreeResolution, LocaleForwardResolutionImpl, PersistentFileResolution, RedirectResolutionImpl, StringResolution, VoidResolution, ZipFileResolution

public interface Resolution

A Resolution is a class that delivers actual content to the browser.

Author:
Ignacio Coloma

Method Summary
 void resolve(LoomServletRequest request, LoomServletResponse response)
          Write the response contents
 

Method Detail

resolve

void resolve(LoomServletRequest request,
             LoomServletResponse response)
             throws java.io.IOException,
                    javax.servlet.ServletException
Write the response contents

Parameters:
request - the current request object
response - the current response object
Throws:
java.io.IOException
javax.servlet.ServletException


The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.