Uses of Class
org.onemind.swingweb.SwingWebContext

Packages that use SwingWebContext
org.onemind.swingweb   
org.onemind.swingweb.config   
org.onemind.swingweb.input   
org.onemind.swingweb.mapinput   
org.onemind.swingweb.render   
org.onemind.swingweb.servlet   
org.onemind.swingweb.templaterender   
org.onemind.swingweb.util   
 

Uses of SwingWebContext in org.onemind.swingweb
 

Methods in org.onemind.swingweb that return SwingWebContext
static SwingWebContext SwingWebContextFactory.createContext(java.io.InputStream xmlIS)
          Create a swing web context using the configuration file
 SwingWebContext SwingWebAppManager.getContext()
          Get the context
 

Uses of SwingWebContext in org.onemind.swingweb.config
 

Methods in org.onemind.swingweb.config that return SwingWebContext
 SwingWebContext SwingWebContextDigester.getContext()
          the context
 

Uses of SwingWebContext in org.onemind.swingweb.input
 

Constructors in org.onemind.swingweb.input with parameters of type SwingWebContext
AbstractSwingWebInputContext(SwingWebContext context)
          Constructor
 

Uses of SwingWebContext in org.onemind.swingweb.mapinput
 

Constructors in org.onemind.swingweb.mapinput with parameters of type SwingWebContext
MapInputContext(SwingWebContext context)
          Constructor
 

Uses of SwingWebContext in org.onemind.swingweb.render
 

Constructors in org.onemind.swingweb.render with parameters of type SwingWebContext
AbstractSwingWebRenderContext(SwingWebContext context)
          Constructor
 

Uses of SwingWebContext in org.onemind.swingweb.servlet
 

Methods in org.onemind.swingweb.servlet with parameters of type SwingWebContext
 SwingWebSession SwingWebThinClientServlet.createSession(SwingWebContext context, javax.servlet.http.HttpSession session)
           
protected  SwingWebSession SwingWebShareAppServlet.createSession(SwingWebContext context, javax.servlet.http.HttpSession httpSession)
          
 SwingWebSession SwingWebServlet.createSession(SwingWebContext context, javax.servlet.http.HttpSession session)
           
protected abstract  SwingWebSession AbstractSwingWebServlet.createSession(SwingWebContext context, javax.servlet.http.HttpSession session)
           
 

Uses of SwingWebContext in org.onemind.swingweb.templaterender
 

Constructors in org.onemind.swingweb.templaterender with parameters of type SwingWebContext
TemplateRenderContext(SwingWebContext context)
          Constructor
 

Uses of SwingWebContext in org.onemind.swingweb.util
 

Methods in org.onemind.swingweb.util that return SwingWebContext
static SwingWebContext SwingWebUtils.getSwingWebContext()
          Get current swingweb context
 



Copyright © 2004-2007 . All Rights Reserved.