org.apache.beehive.netui.tags.internal
Class ReturnActionViewRenderer
Object
ReturnActionViewRenderer
- All Implemented Interfaces:
- Serializable, ViewRenderer
public class ReturnActionViewRenderer
- extends Object
- implements ViewRenderer, Serializable
Renderer for the "automatic" script-only page that is produced to send a map of values from a popup window
back to the opener, and to close the popup window.
- See Also:
- Serialized Form
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReturnActionViewRenderer
public ReturnActionViewRenderer()
getDelim
public static char getDelim()
getMapItemParamName
public static String getMapItemParamName()
getCallbackParamName
public static String getCallbackParamName()
init
public void init(ServletRequest request)
- Initialize, based on request parameters we're looking for.
- Specified by:
init
in interface ViewRenderer
renderView
public void renderView(ServletRequest request,
ServletResponse response,
ServletContext servletContext)
throws IOException
- Specified by:
renderView
in interface ViewRenderer
- Throws:
IOException