planetj.html
Class MagicRequestRenderer
java.lang.Object
planetj.html.MagicRequestRenderer
- public class MagicRequestRenderer
- extends java.lang.Object
Generates HTML code for an Action using an
ActionDisplayDescriptor.
- Author:
- PlanetJ Corporation
Method Summary |
static java.lang.StringBuffer |
appendAction(ActionDescriptor descriptor,
Row row,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
Append HTML code for the Action associated with the
given display descriptor. |
static java.lang.String |
generateAction(ActionDescriptor descriptor,
Row row,
HttpServletRequest request,
HttpServletResponse response)
Generates HTML code for the Action associated with the
given display descriptor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MagicRequestRenderer
public MagicRequestRenderer()
appendAction
public static java.lang.StringBuffer appendAction(ActionDescriptor descriptor,
Row row,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
- Append HTML code for the Action associated with the
given display descriptor.
- Parameters:
descriptor
- action display descriptorrow
- Row action is associated withhtml
- buffer to append HTML code torequest
- HttpServletRequestresponse
- HttpServlerResponse
generateAction
public static java.lang.String generateAction(ActionDescriptor descriptor,
Row row,
HttpServletRequest request,
HttpServletResponse response)
- Generates HTML code for the Action associated with the
given display descriptor.
- Parameters:
descriptor
- action display descriptorrow
- Row action is associated withrequest
- HttpServletRequestresponse
- HttpServlerResponse