org.apache.beehive.netui.tags.internal
Class ReturnActionViewRenderer

Object
  extended by 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

Constructor Summary
ReturnActionViewRenderer()
           
 
Method Summary
static String getCallbackParamName()
           
static char getDelim()
           
static String getMapItemParamName()
           
 void init(ServletRequest request)
          Initialize, based on request parameters we're looking for.
 void renderView(ServletRequest request, ServletResponse response, ServletContext servletContext)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnActionViewRenderer

public ReturnActionViewRenderer()
Method Detail

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