| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Runtime in org.springframework.extensions.webscripts | 
|---|
| Classes in org.springframework.extensions.webscripts that implement Runtime | |
|---|---|
 class | 
AbstractRuntime
Encapsulates the execution of a single Web Script.  | 
 class | 
LocalWebScriptRuntime
WebScript Runtime for rendering as Web Framework components.  | 
| Methods in org.springframework.extensions.webscripts that return Runtime | |
|---|---|
 Runtime | 
WebScriptResponseImpl.getRuntime()
 | 
 Runtime | 
WebScriptResponse.getRuntime()
Gets the initiating runtime  | 
 Runtime | 
WebScriptRequestImpl.getRuntime()
 | 
 Runtime | 
WebScriptRequest.getRuntime()
Gets the initiating runtime  | 
| Constructors in org.springframework.extensions.webscripts with parameters of type Runtime | |
|---|---|
LocalWebScriptRequest(Runtime runtime,
                      String scriptUrl,
                      Match match,
                      Map<String,String> parameters,
                      ServerProperties serverProps,
                      javax.servlet.http.HttpServletRequest request,
                      LocalWebScriptContext context)
Instantiates a new local web script request.  | 
|
LocalWebScriptResponse(Runtime runtime,
                       LocalWebScriptContext context,
                       Writer out)
 | 
|
WebScriptRequestImpl(Runtime runtime)
Construct  | 
|
WebScriptRequestURLImpl(Runtime runtime,
                        String[] scriptUrlParts,
                        Match serviceMatch)
Construct  | 
|
WebScriptRequestURLImpl(Runtime runtime,
                        String scriptUrl,
                        Match serviceMatch)
Construct Note: It's assumed scriptUrl contains context path  | 
|
WebScriptResponseImpl(Runtime runtime)
Construct  | 
|
WebScriptServletRequest(Runtime container,
                        javax.servlet.http.HttpServletRequest req,
                        Match serviceMatch,
                        ServerProperties serverProperties)
Deprecated. Construct  | 
|
WebScriptServletResponse(Runtime container,
                         javax.servlet.http.HttpServletResponse res)
Deprecated. Construct  | 
|
| Uses of Runtime in org.springframework.extensions.webscripts.jsf | 
|---|
| Constructors in org.springframework.extensions.webscripts.jsf with parameters of type Runtime | |
|---|---|
WebScriptJSFRequest(Runtime container,
                    String[] scriptUrlParts,
                    Match match)
Construct  | 
|
| Uses of Runtime in org.springframework.extensions.webscripts.portlet | 
|---|
| Constructors in org.springframework.extensions.webscripts.portlet with parameters of type Runtime | |
|---|---|
WebScriptPortletRequest(Runtime container,
                        javax.portlet.PortletRequest req,
                        String[] scriptUrlParts,
                        Match serviceMatch)
Construct  | 
|
WebScriptPortletRequest(Runtime container,
                        javax.portlet.PortletRequest req,
                        String scriptUrl,
                        Match serviceMatch)
Construct  | 
|
| Uses of Runtime in org.springframework.extensions.webscripts.servlet | 
|---|
| Classes in org.springframework.extensions.webscripts.servlet that implement Runtime | |
|---|---|
 class | 
WebScriptServletRuntime
HTTP Servlet Web Script Runtime  | 
| Constructors in org.springframework.extensions.webscripts.servlet with parameters of type Runtime | |
|---|---|
WebScriptServletRequest(Runtime container,
                        javax.servlet.http.HttpServletRequest req,
                        Match serviceMatch,
                        ServerProperties serverProperties)
Construct  | 
|
WebScriptServletResponse(Runtime container,
                         javax.servlet.http.HttpServletResponse res)
Construct  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||