|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewContext | |
org.scopemvc.controller.servlet | A servlet implementation that provides a simple implementation of the HMVC pattern for HTTP request handling. |
org.scopemvc.controller.servlet.jsp | |
org.scopemvc.controller.servlet.xml | |
org.scopemvc.controller.swing |
Uses of ViewContext in org.scopemvc.controller.servlet |
Subclasses of ViewContext in org.scopemvc.controller.servlet | |
class |
ServletContext
A ViewContext that handles
showView(), hideView() and showError() for servlet implementations. |
Uses of ViewContext in org.scopemvc.controller.servlet.jsp |
Subclasses of ViewContext in org.scopemvc.controller.servlet.jsp | |
class |
JSPContext
A ServletContext that
handles showView() for JSPView implementations by redirecting to a JSP. |
Uses of ViewContext in org.scopemvc.controller.servlet.xml |
Subclasses of ViewContext in org.scopemvc.controller.servlet.xml | |
class |
XSLServletContext
A ServletContext that
that shows AbstractXSLPage s. |
Uses of ViewContext in org.scopemvc.controller.swing |
Subclasses of ViewContext in org.scopemvc.controller.swing | |
class |
SwingContext
Swing implementation of ViewContext to
show views inside JFrames or JDialogs and show errors using JOptionPanes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |