planetj.html
Interface IHTMLRenderer

All Superinterfaces:
IRenderer
All Known Subinterfaces:
IAssociationRequest, IMagicRequest
All Known Implementing Classes:
AbstractHTMLRenderer, AbstractMagicRequest, AbstractParameterRequest, AbstractSQLParameterRequest, MagicRequest

public interface IHTMLRenderer
extends IRenderer

Author:
PlanetJ Corporation

Field Summary
static String HTML
           
 
Method Summary
 StringBuffer append(Object o, ActionDisplayDescriptor displayDescriptor, StringBuffer html, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Appends HTML code to the given buffer and uses the given ActionDisplayDescriptor.
 String generate(Object o, ActionDisplayDescriptor displayDescriptor, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Generates HTML code using the given ActionDisplayDescriptor.
 
Methods inherited from interface planetj.dataengine.display.IRenderer
getDisplayType
 

Field Detail

HTML

public static final String HTML
See Also:
Constant Field Values
Method Detail

append

public StringBuffer append(Object o,
                           ActionDisplayDescriptor displayDescriptor,
                           StringBuffer html,
                           javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
Appends HTML code to the given buffer and uses the given ActionDisplayDescriptor.


generate

public String generate(Object o,
                       ActionDisplayDescriptor displayDescriptor,
                       javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
Generates HTML code using the given ActionDisplayDescriptor.