it.eng.spago.presentation
Class PresentationRendering

java.lang.Object
  extended by it.eng.spago.presentation.PresentationRendering

public class PresentationRendering
extends java.lang.Object


Constructor Summary
PresentationRendering()
           
 
Method Summary
static java.lang.String render(RequestContextIFace requestContext, java.util.List resources)
          Perform the render of the response for non JSP/Servlet/Loop publishers.
static java.lang.String render(ResponseContainer responseContainer, java.util.List resources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationRendering

public PresentationRendering()
Method Detail

render

public static java.lang.String render(RequestContextIFace requestContext,
                                      java.util.List resources)
Perform the render of the response for non JSP/Servlet/Loop publishers.

Parameters:
requestContext -
resources - The presentation resources defined in configuration files
Returns:
The string to write on output stream

render

public static java.lang.String render(ResponseContainer responseContainer,
                                      java.util.List resources)