org.openxava.web.dwr
Class View

java.lang.Object
  extended by org.openxava.web.dwr.View

public class View
extends java.lang.Object

For accessing to the View from DWR.

Author:
Javier Paniza

Constructor Summary
View()
           
 
Method Summary
protected static void checkSecurity(HttpServletRequest request, java.lang.String application, java.lang.String module)
           
protected static ModuleContext getContext(HttpServletRequest request)
           
static void setFrameClosed(HttpServletRequest request, java.lang.String frameId, boolean closed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View

public View()
Method Detail

setFrameClosed

public static void setFrameClosed(HttpServletRequest request,
                                  java.lang.String frameId,
                                  boolean closed)

getContext

protected static ModuleContext getContext(HttpServletRequest request)

checkSecurity

protected static void checkSecurity(HttpServletRequest request,
                                    java.lang.String application,
                                    java.lang.String module)