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
 
 
| 
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. | 
 
 
HTML
public static final String HTML
- See Also:
 - Constant Field Values
 
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.