A C E F G H I J L M O R S T U W

A

afterPropertiesSet() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
 
applicationContext - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
The application context
authenticatorFactory - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
 

C

configService - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
 
container - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
 

E

executeCommand(String) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Execute a single command using the BufferedReader passed in for any data needed.

F

fIn - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
The reader for interaction.

G

getApplicationContext() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Gets the application context
getArgs() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
getBody() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
getContentAsByteArray() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.MockHttpServletResponseResponse
 
getContentAsByteArray() - Method in interface org.springframework.extensions.webscripts.TestWebScriptServer.Response
 
getContentAsString() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.MockHttpServletResponseResponse
 
getContentAsString() - Method in interface org.springframework.extensions.webscripts.TestWebScriptServer.Response
 
getContentLength() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.MockHttpServletResponseResponse
 
getContentLength() - Method in interface org.springframework.extensions.webscripts.TestWebScriptServer.Response
 
getContentType() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.MockHttpServletResponseResponse
 
getContentType() - Method in interface org.springframework.extensions.webscripts.TestWebScriptServer.Response
 
getDefaultUserName() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Get default user name
getEncoding() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
getFullUri() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
getHeader(String) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.MockHttpServletResponseResponse
 
getHeader(String) - Method in interface org.springframework.extensions.webscripts.TestWebScriptServer.Response
 
getHeaders() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
getMethod() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
getServerProperties() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Gets the server properties
getStatus() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.MockHttpServletResponseResponse
 
getStatus() - Method in interface org.springframework.extensions.webscripts.TestWebScriptServer.Response
 
getTestServer() - Static method in class org.springframework.extensions.webscripts.TestWebScriptServer
Retrieve an instance of the TestWebScriptServer
getType() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
getUri() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 

H

headers - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
Current headers

I

interpretCommand(String) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Interpret a single command using the BufferedReader passed in for any data needed.

J

JaxRSUriIndexTest - Class in org.springframework.extensions.webscripts
Test Jax-RS Uri Template
JaxRSUriIndexTest() - Constructor for class org.springframework.extensions.webscripts.JaxRSUriIndexTest
 
JSONUtilsTest - Class in org.springframework.extensions.webscripts.json
JSON Utils Unit Test
JSONUtilsTest() - Constructor for class org.springframework.extensions.webscripts.json.JSONUtilsTest
 

L

lastCommand - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
Last command issued

M

m_messages - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
I18N Messages
main(String[]) - Static method in class org.springframework.extensions.webscripts.TestWebScriptServer
Main entry point.

O

org.springframework.extensions.webscripts - package org.springframework.extensions.webscripts
 
org.springframework.extensions.webscripts.connector - package org.springframework.extensions.webscripts.connector
 
org.springframework.extensions.webscripts.json - package org.springframework.extensions.webscripts.json
 

R

rep() - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
A Read-Eval-Print loop.

S

serverProperties - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
Server Configuration
setApplicationContext(ApplicationContext) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Sets the application context
setArgs(Map<String, String>) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
setBody(byte[]) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
setConfigService(ConfigService) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
 
setContainer(RuntimeContainer) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Sets the Web Script Runtime Context
setEncoding(String) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
setHeaders(Map<String, String>) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
setMessages(MessageSource) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Sets the Messages resource bundle
setServletAuthenticatorFactory(ServletAuthenticatorFactory) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
 
setType(String) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
setUp() - Method in class org.springframework.extensions.webscripts.json.JSONUtilsTest
 
submitRequest(TestWebScriptServer.Request) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Submit a Web Script Request.
submitRequest(String, String, Map<String, String>, byte[], String, String) - Method in class org.springframework.extensions.webscripts.TestWebScriptServer
Submit a Web Script Request.

T

testAtomEntry() - Method in class org.springframework.extensions.webscripts.WebScriptFormatReaderTest
Ensure that for a .atom.js script and an application/atom+xml;type=entry request (for which a less generalized atomentry format is registered) the entry variable is available as "entry".
testBogus() - Method in class org.springframework.extensions.webscripts.WebScriptFormatReaderTest
Ensure that for a .bogus.js script and an application/bogus request, an error is returned because the bogus format is registered, but no FormatReader is registered.
testIndexSort() - Method in class org.springframework.extensions.webscripts.JaxRSUriIndexTest
 
testInvalidTemplate() - Method in class org.springframework.extensions.webscripts.JaxRSUriIndexTest
 
testJson() - Method in class org.springframework.extensions.webscripts.WebScriptFormatReaderTest
Ensure that for a .json.js script and an application/json request, the json string is available as "json".
testParseTemplate() - Method in class org.springframework.extensions.webscripts.JaxRSUriIndexTest
 
TestRemoteClient - Class in org.springframework.extensions.webscripts.connector
JUnit test for Remote HTTP client.
TestRemoteClient() - Constructor for class org.springframework.extensions.webscripts.connector.TestRemoteClient
 
testRemoteClient() - Method in class org.springframework.extensions.webscripts.connector.TestRemoteClient
 
TestRemoteStore - Class in org.springframework.extensions.webscripts
JUnit test for Remote Store REST API.
TestRemoteStore() - Constructor for class org.springframework.extensions.webscripts.TestRemoteStore
 
testRemoteStore() - Method in class org.springframework.extensions.webscripts.TestRemoteStore
 
testRequestBody() - Method in class org.springframework.extensions.webscripts.WebScriptFormatReaderTest
Ensure that, for a non request type specific .js script, the request body is available as requestbody.
testScriptStatusTemplate() - Method in class org.springframework.extensions.webscripts.WebScriptExceptionTest
Ensure that, for a non request type specific .js script, the request body is available as requestbody.
testTemplateDotMatch() - Method in class org.springframework.extensions.webscripts.JaxRSUriIndexTest
 
testTemplateMatch() - Method in class org.springframework.extensions.webscripts.JaxRSUriIndexTest
 
testToJSONString() - Method in class org.springframework.extensions.webscripts.json.JSONUtilsTest
 
testToObject() - Method in class org.springframework.extensions.webscripts.json.JSONUtilsTest
 
testValidTemplate() - Method in class org.springframework.extensions.webscripts.JaxRSUriIndexTest
 
TestWebScriptServer - Class in org.springframework.extensions.webscripts
Stand-alone Web Script Test Server
TestWebScriptServer() - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer
 
TestWebScriptServer.DeleteRequest - Class in org.springframework.extensions.webscripts
Test DELETE Request
TestWebScriptServer.DeleteRequest(String) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.DeleteRequest
 
TestWebScriptServer.GetRequest - Class in org.springframework.extensions.webscripts
Test GET Request
TestWebScriptServer.GetRequest(String) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.GetRequest
 
TestWebScriptServer.MockHttpServletResponseResponse - Class in org.springframework.extensions.webscripts
Test Response wrapping a MockHttpServletResponse
TestWebScriptServer.MockHttpServletResponseResponse(MockHttpServletResponse) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.MockHttpServletResponseResponse
 
TestWebScriptServer.PatchRequest - Class in org.springframework.extensions.webscripts
Test PATCH Request
TestWebScriptServer.PatchRequest(String, String, String) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.PatchRequest
 
TestWebScriptServer.PatchRequest(String, byte[], String) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.PatchRequest
 
TestWebScriptServer.PostRequest - Class in org.springframework.extensions.webscripts
Test POST Request
TestWebScriptServer.PostRequest(String, String, String) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.PostRequest
 
TestWebScriptServer.PostRequest(String, byte[], String) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.PostRequest
 
TestWebScriptServer.PutRequest - Class in org.springframework.extensions.webscripts
Test PUT Request
TestWebScriptServer.PutRequest(String, String, String) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.PutRequest
 
TestWebScriptServer.PutRequest(String, byte[], String) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.PutRequest
 
TestWebScriptServer.Request - Class in org.springframework.extensions.webscripts
A Web Script Test Request
TestWebScriptServer.Request(TestWebScriptServer.Request) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
TestWebScriptServer.Request(String, String) - Constructor for class org.springframework.extensions.webscripts.TestWebScriptServer.Request
 
TestWebScriptServer.Response - Interface in org.springframework.extensions.webscripts
A Web Script Test Response
testXWwwFormUrlEncoded() - Method in class org.springframework.extensions.webscripts.WebScriptFormatReaderTest
 

U

username - Variable in class org.springframework.extensions.webscripts.TestWebScriptServer
Current user

W

WebScriptExceptionTest - Class in org.springframework.extensions.webscripts
Unit test to test Web Script API
WebScriptExceptionTest() - Constructor for class org.springframework.extensions.webscripts.WebScriptExceptionTest
 
WebScriptFormatReaderTest - Class in org.springframework.extensions.webscripts
Unit test to test Web Script API
WebScriptFormatReaderTest() - Constructor for class org.springframework.extensions.webscripts.WebScriptFormatReaderTest
 

A C E F G H I J L M O R S T U W

Copyright © 2009 SpringSource, Inc. All Rights Reserved.