- EasySSLProtocolSocketFactory - Class in org.sakaiproject.entitybroker.util.http
-
EasySSLProtocolSocketFactory can be used to creats SSL
Sockets
that accept self-signed certificates.
- EasySSLProtocolSocketFactory() - Constructor for class org.sakaiproject.entitybroker.util.http.EasySSLProtocolSocketFactory
-
Constructor for EasySSLProtocolSocketFactory.
- EasyX509TrustManager - Class in org.sakaiproject.entitybroker.util.http
-
EasyX509TrustManager unlike default
X509TrustManager accepts
self-signed certificates.
- EasyX509TrustManager(KeyStore) - Constructor for class org.sakaiproject.entitybroker.util.http.EasyX509TrustManager
-
Constructor for EasyX509TrustManager.
- encodeData(Object, String, String, Map<String, Object>) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- encodeDateHttp(Date) - Static method in class org.sakaiproject.entitybroker.util.http.HttpRESTUtils
-
Encode a date into an http date string
- encodeRedirectURL(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- encodeRedirectUrl(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- encodeURL(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
The default implementation returns the given URL String as-is.
- encodeUrl(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- ENCODING_UTF8 - Static variable in class org.sakaiproject.entitybroker.util.http.HttpRESTUtils
-
- entityBroker - Variable in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- entityBrokerManager - Variable in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- EntityDataUtils - Class in org.sakaiproject.entitybroker.util
-
Utilities which are useful when working with
EntityData objects and their properties
- EntityDataUtils() - Constructor for class org.sakaiproject.entitybroker.util.EntityDataUtils
-
- entityExists(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- EntityHttpServletRequest - Class in org.sakaiproject.entitybroker.util.http
-
Makes a copy of the data in a servlet request into a new request object
- EntityHttpServletRequest(HttpServletRequest) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Create a new request from a given request
- EntityHttpServletRequest(HttpServletRequest, String) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Create a new request from a given request and modify it based on the path string
- EntityHttpServletRequest(HttpServletRequest, String, String) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Create a new request from a given request and modify it based on the path string and method
- EntityHttpServletRequest(String) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Create a request using the pathString
- EntityHttpServletRequest(String, String) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Create a request using the pathString and setting the method
- EntityHttpServletRequest(String, String, String...) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Create a request using the pathString and setting the method and params
- EntityHttpServletRequest.EntityHttpSession - Class in org.sakaiproject.entitybroker.util.http
-
A fake session for testing, from the spring mock session
- EntityHttpServletRequest.EntityHttpSession() - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
Create a new MockHttpSession with a default MockServletContext.
- EntityHttpServletRequest.EntityHttpSession(ServletContext) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
Create a new MockHttpSession.
- EntityHttpServletRequest.EntityHttpSession(ServletContext, String) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
Create a new MockHttpSession.
- EntityHttpServletRequest.EntityRequestDispatcher - Class in org.sakaiproject.entitybroker.util.http
-
A non-functional request dispatcher, based on the spring mock version
- EntityHttpServletRequest.EntityRequestDispatcher(String) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityRequestDispatcher
-
Create a new EntityRequestDispatcher
- EntityHttpServletRequest.EntityServletContext - Class in org.sakaiproject.entitybroker.util.http
-
For testing, based on the spring Mock version
- EntityHttpServletRequest.EntityServletContext() - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
Create a new MockServletContext, using no base path and a
DefaultResourceLoader (i.e. the classpath root as WAR root).
- EntityHttpServletRequest.EntityServletContext(String) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
Create a new MockServletContext, using a DefaultResourceLoader.
- EntityHttpServletResponse - Class in org.sakaiproject.entitybroker.util.http
-
This is here to allow us to receive response data back which will not mess up an existing response
object and to allow for mocking of responses,
based on and built from the example in spring framework
- EntityHttpServletResponse() - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
Create a default response that is valid for testing
- EntityHttpServletResponse(HttpServletResponse) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
Create a servlet response using the various values and codes stored in the given one,
makes copies mostly
- entityProperties - Variable in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- EntityPropertiesServiceSimple - Class in org.sakaiproject.entitybroker.util.core
-
This is a simple implementation of the properties loader service which uses standard java resource bundles
- EntityPropertiesServiceSimple() - Constructor for class org.sakaiproject.entitybroker.util.core.EntityPropertiesServiceSimple
-
- EntityPropertiesServiceSimple.ResourceBundleMessageSource - Class in org.sakaiproject.entitybroker.util.core
-
Message source based on the standard resource bundle
- EntityPropertiesServiceSimple.ResourceBundleMessageSource(ResourceBundle) - Constructor for class org.sakaiproject.entitybroker.util.core.EntityPropertiesServiceSimple.ResourceBundleMessageSource
-
- EntityPropertiesServiceSpringImpl - Class in org.sakaiproject.entitybroker.util.spring
-
This service allows us to track all the properties files related to describing the capabilities
of our entities and the entities themselves, it allows lookup of strings as well
NOTE: Depends on spring and extends the spring based message bundle
- EntityPropertiesServiceSpringImpl() - Constructor for class org.sakaiproject.entitybroker.util.spring.EntityPropertiesServiceSpringImpl
-
- EntityPropertiesServiceSpringImpl.SpringMessageBundle - Class in org.sakaiproject.entitybroker.util.spring
-
- EntityPropertiesServiceSpringImpl.SpringMessageBundle() - Constructor for class org.sakaiproject.entitybroker.util.spring.EntityPropertiesServiceSpringImpl.SpringMessageBundle
-
- EntityProviderAutoRegistrar - Class in org.sakaiproject.entitybroker.util.spring
-
- EntityProviderAutoRegistrar() - Constructor for class org.sakaiproject.entitybroker.util.spring.EntityProviderAutoRegistrar
-
- EntityProviderAutoRegistrar(EntityProviderManager) - Constructor for class org.sakaiproject.entitybroker.util.spring.EntityProviderAutoRegistrar
-
Construct the auto-registrar which will search the spring app context and will register all
entity providers found in it which implement
AutoRegisterEntityProvider
- EntityProviderMethodStoreImpl - Class in org.sakaiproject.entitybroker.util.core
-
This stores the various methods used to track different methods allowed for providers
and also tracks the various methods in the registry
- EntityProviderMethodStoreImpl() - Constructor for class org.sakaiproject.entitybroker.util.core.EntityProviderMethodStoreImpl
-
Full constructor
- entityRequestHandler - Variable in class org.sakaiproject.entitybroker.util.servlet.DirectServlet
-
- entityRESTProviderWeak - Variable in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- EntityServletInputStream - Class in org.sakaiproject.entitybroker.util.http
-
This is a class which allows us to produce and control
ServletInputStreams,
normally there is no default implementation available for these for some stupid reason
- EntityServletInputStream(InputStream) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityServletInputStream
-
Creates the SIS from an existing inputstream
- EntityServletInputStream(String) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityServletInputStream
-
Creates the SIS from an existing string
- EntityServletInputStream(Reader) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityServletInputStream
-
Creates the SIS from any existing reader,
note that this is not very efficient as it has to load the full reader into memory
- EntityServletOutputStream - Class in org.sakaiproject.entitybroker.util.http
-
This allows us to produce and control
ServletOutputStreams,
normally there is not a default implementation available for these for some crazed reason
- EntityServletOutputStream() - Constructor for class org.sakaiproject.entitybroker.util.http.EntityServletOutputStream
-
Create a SOS with a default BOS as the storage mechanism for it
- EntityServletOutputStream(OutputStream) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityServletOutputStream
-
Create the SOS from an existing outputstream
- EntityServletOutputStream(Writer) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityServletOutputStream
-
Creates the SOS from an existing writer
- EntityServletOutputStream.WriterOutputStream - Class in org.sakaiproject.entitybroker.util.http
-
Wrap a Writer as an OutputStream.
- EntityServletOutputStream.WriterOutputStream(Writer, String) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityServletOutputStream.WriterOutputStream
-
- EntityServletOutputStream.WriterOutputStream(Writer) - Constructor for class org.sakaiproject.entitybroker.util.http.EntityServletOutputStream.WriterOutputStream
-
- EntityViewAccessProviderManagerImpl - Class in org.sakaiproject.entitybroker.util.access
-
Implementation for managing EntityView providers
- EntityViewAccessProviderManagerImpl() - Constructor for class org.sakaiproject.entitybroker.util.access.EntityViewAccessProviderManagerImpl
-
- environmentPathVariable - Static variable in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
- equals(Object) - Method in class org.sakaiproject.entitybroker.util.http.EasySSLProtocolSocketFactory
-
- equals(Object) - Method in class org.sakaiproject.entitybroker.util.http.EntityServletInputStream
-
- equals(Object) - Method in class org.sakaiproject.entitybroker.util.http.EntityServletOutputStream
-
- equals(Object) - Method in class org.sakaiproject.entitybroker.util.http.LazyRequestInputStream
-
- equals(Object) - Method in class org.sakaiproject.entitybroker.util.http.LazyResponseOutputStream
-
- extension - Variable in class org.sakaiproject.entitybroker.util.http.URLData
-
- extensionsToFormat - Static variable in class org.sakaiproject.entitybroker.util.request.RequestUtils
-
A map from extensions to format constants
- ExternalIntegrationProviderMock - Class in org.sakaiproject.entitybroker.util.external
-
A mock which provides a placeholder class to handle external integration
- ExternalIntegrationProviderMock() - Constructor for class org.sakaiproject.entitybroker.util.external.ExternalIntegrationProviderMock
-
- extractMapProperties(Map) - Static method in class org.sakaiproject.entitybroker.util.EntityDataUtils
-
Get the values from a map and convert them to strings,
nulls pass through
- fetchEntity(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- fetchEntity(String) - Method in class org.sakaiproject.entitybroker.util.external.ExternalIntegrationProviderMock
-
- findAndHandleFormat(HttpServletRequest, HttpServletResponse, String) - Static method in class org.sakaiproject.entitybroker.util.request.RequestUtils
-
This method will correctly extract the format constant from a request
(extension first and then Accepts header) and then set it in the response
as the correct return type, if none is found then the default will be used
- findCustomActions(EntityProvider, boolean) - Method in class org.sakaiproject.entitybroker.util.core.EntityProviderMethodStoreImpl
-
- findMapStringValue(Map<String, ?>, String[]) - Static method in class org.sakaiproject.entitybroker.util.EntityDataUtils
-
Finds a map value for a key (or set of keys) if it exists in the map and returns the string value of it
- findMapValue(Map<String, ?>, String[]) - Static method in class org.sakaiproject.entitybroker.util.EntityDataUtils
-
Finds a map value for a key (or set of keys) if it exists in the map and returns the value of it
- findSearchRestriction(Search, String, String[], String) - Static method in class org.sakaiproject.entitybroker.util.EntityDataUtils
-
Finds if there are any search restrictions with the given properties, if so it returns the Restriction,
the value will have the given prefix appended to it's string value if it does not have it,
the returned restriction will have the key set to the input key,
otherwise returns null
- findService(Class<T>) - Method in class org.sakaiproject.entitybroker.util.external.ExternalIntegrationProviderMock
-
- findURLRedirectMethods(EntityProvider) - Method in class org.sakaiproject.entitybroker.util.core.EntityProviderMethodStoreImpl
-
- fireEvent(String, String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- fireEvent(String, String) - Method in class org.sakaiproject.entitybroker.util.external.ExternalIntegrationProviderMock
-
- fireRequest(String, HttpRESTUtils.Method) - Static method in class org.sakaiproject.entitybroker.util.http.HttpRESTUtils
-
Fire off a request to a URL using the specified method,
include optional params and data in the request,
the response data will be returned in the object if the request can be carried out
- fireRequest(String, HttpRESTUtils.Method, Map<String, String>) - Static method in class org.sakaiproject.entitybroker.util.http.HttpRESTUtils
-
Fire off a request to a URL using the specified method,
include optional params and data in the request,
the response data will be returned in the object if the request can be carried out
- fireRequest(String, HttpRESTUtils.Method, Map<String, String>, Object, boolean) - Static method in class org.sakaiproject.entitybroker.util.http.HttpRESTUtils
-
Fire off a request to a URL using the specified method,
include optional params and data in the request,
the response data will be returned in the object if the request can be carried out
- fireRequest(String, HttpRESTUtils.Method, Map<String, String>, Map<String, String>, Object, boolean) - Static method in class org.sakaiproject.entitybroker.util.http.HttpRESTUtils
-
Fire off a request to a URL using the specified method,
include optional params, headers, and data in the request,
the response data will be returned in the object if the request can be carried out
- fireRequest(HttpClientWrapper, String, HttpRESTUtils.Method, Map<String, String>, Object, boolean) - Static method in class org.sakaiproject.entitybroker.util.http.HttpRESTUtils
-
Fire off a request to a URL using the specified method but reuse the client for efficiency,
include optional params and data in the request,
the response data will be returned in the object if the request can be carried out
- fireRequest(HttpClientWrapper, String, HttpRESTUtils.Method, Map<String, String>, Map<String, String>, Object, boolean) - Static method in class org.sakaiproject.entitybroker.util.http.HttpRESTUtils
-
Fire off a request to a URL using the specified method but reuse the client for efficiency,
include optional params and data in the request,
the response data will be returned in the object if the request can be carried out
- flush() - Method in class org.sakaiproject.entitybroker.util.http.EntityServletOutputStream
-
- flush() - Method in class org.sakaiproject.entitybroker.util.http.EntityServletOutputStream.WriterOutputStream
-
- flush() - Method in class org.sakaiproject.entitybroker.util.http.LazyResponseOutputStream
-
- flushBuffer() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- formatToMimeType - Static variable in class org.sakaiproject.entitybroker.util.request.RequestUtils
-
A map from format constants to mimetypes
- forward(ServletRequest, ServletResponse) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityRequestDispatcher
-
- getAcceptedIssuers() - Method in class org.sakaiproject.entitybroker.util.http.EasyX509TrustManager
-
- getActualHeaders() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
Get all headers in this response
- getAllRequestValues() - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- getAttribute(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getAttribute(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getAttribute(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getAttributeNames() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getAttributeNames() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getAttributeNames() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getAuthType() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getBufferSize() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getCharacterEncoding() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getCharacterEncoding() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getConfigurationSetting(String, T) - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getConfigurationSetting(String, T) - Method in class org.sakaiproject.entitybroker.util.external.ExternalIntegrationProviderMock
-
- getContainerHome() - Static method in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
- getContent() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Gets the content data out of the request, ensures that the data can be retrieved somehow
- getContentAsByteArray() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getContentAsString() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getContentLength() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getContentLength() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getContentType() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getContentType() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getContext(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getContextPath() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getContextPath() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getCookie(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getCookies() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getCookies() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getCreationTime() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getCurrentLocale() - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getCurrentLocationId() - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getCurrentLocationReference() - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getCurrentLocationReference() - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getCurrentLoggedInUserId() - Method in class org.sakaiproject.entitybroker.util.servlet.DirectServlet
-
This should return the userId for the currently logged in user if there is one,
if not user is logged in then this should return null
- getCurrentToolReference() - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getCurrentUserId() - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getCurrentUserReference() - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getCurrentUserReference() - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getCustomAction(String, String) - Method in class org.sakaiproject.entitybroker.util.core.EntityProviderMethodStoreImpl
-
- getCustomActions(String) - Method in class org.sakaiproject.entitybroker.util.core.EntityProviderMethodStoreImpl
-
- getDateHeader(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getEntityHttpServletResponse(ServletResponse) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityRequestDispatcher
-
- getEntityId(Object) - Static method in class org.sakaiproject.entitybroker.util.EntityDataUtils
-
Gets the id field value from an entity if possible
- getEntityIdField(Class<?>) - Static method in class org.sakaiproject.entitybroker.util.EntityDataUtils
-
Gets the fieldname of the identifier field for an entity class type
- getEntityReferencesForUserAndPermission(String, String) - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getEntityRESTProvider() - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getEntityURL(String, String, String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getEnvironmentPath() - Static method in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
- getErrorMessage() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getFile(String) - Static method in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
- getFiles(List<String>) - Static method in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
- getForwardedUrl() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getHeader(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getHeader(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
Return the primary value for the given header, if any,
Will return the first value in case of multiple values
- getHeaderNames() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getHeaderNames() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
Return the names of all specified headers as a Set of Strings.
- getHeaders(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getHeaders(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
Return the primary value for the given header, if any,
Will return the first value in case of multiple values
- getHeaders() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
Get all headers in this response as a map of string (name) -> String[] (values)
- getHttpClient() - Method in class org.sakaiproject.entitybroker.util.http.HttpClientWrapper
-
- getId() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getIncludedUrl() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getInitParameter(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getInitParameterNames() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getInputStream() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getInputStream(String) - Static method in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
- getInputStreams(List<String>) - Static method in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
- getInternalMap() - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- getIntHeader(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getLastAccessedTime() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getLocalAddr() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getLocale() - Method in class org.sakaiproject.entitybroker.util.core.AbstractEntityPropertiesService
-
- getLocale() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getLocale() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getLocales() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getLocalName() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getLocalPort() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getLocationIdFromRef(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getLocationReferenceURL(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getMajorVersion() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getMaxInactiveInterval() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getMaxJSONLevel() - Method in class org.sakaiproject.entitybroker.util.external.ExternalIntegrationProviderMock
-
- getMessage(String, String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getMethod() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getMimeType(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getMinorVersion() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getNamedDispatcher(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getOutputStream() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getParameter(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getParameterMap() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getParameterNames() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getParameters() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getParameterValues(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getPathInfo() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getPathTranslated() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getPortalURL() - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getProperty(String, String) - Method in class org.sakaiproject.entitybroker.util.core.AbstractEntityPropertiesService
-
- getProperty(String, String, Locale) - Method in class org.sakaiproject.entitybroker.util.core.AbstractEntityPropertiesService
-
- getProperty(String, String, Locale, String) - Method in class org.sakaiproject.entitybroker.util.core.AbstractEntityPropertiesService
-
- getPropertyKeys(Locale) - Method in interface org.sakaiproject.entitybroker.util.core.AbstractEntityPropertiesService.MessageBundle
-
Get all the keys for a specific Locale
- getPropertyKeys(Locale) - Method in class org.sakaiproject.entitybroker.util.core.EntityPropertiesServiceSimple.ResourceBundleMessageSource
-
- getPropertyKeys(Locale) - Method in class org.sakaiproject.entitybroker.util.spring.EntityPropertiesServiceSpringImpl.SpringMessageBundle
-
- getPropertyMessage(String, Object[], Locale) - Method in interface org.sakaiproject.entitybroker.util.core.AbstractEntityPropertiesService.MessageBundle
-
Try to resolve the message.
- getPropertyMessage(String, Object[], Locale) - Method in class org.sakaiproject.entitybroker.util.core.EntityPropertiesServiceSimple.ResourceBundleMessageSource
-
- getPropertyMessage(String, Object[], Locale) - Method in class org.sakaiproject.entitybroker.util.spring.EntityPropertiesServiceSpringImpl.SpringMessageBundle
-
- getProtocol() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getProvider(String) - Method in class org.sakaiproject.entitybroker.util.access.AccessProviderManagerImpl
-
- getQueryString() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getReader() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRealPath(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getRealPath(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRedirectedUrl() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getRelativePath() - Static method in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
- getRemoteAddr() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRemoteHost() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRemotePort() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRemoteUser() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRequest() - Method in class org.sakaiproject.entitybroker.util.request.RequestGetterImpl
-
- getRequestDispatcher(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getRequestDispatcher(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRequestedSessionId() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRequestURI() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRequestURL() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getRequestValue(String) - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- getRequestValues(boolean, boolean, boolean) - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- getRequestValues(HttpServletRequest, boolean, boolean, boolean) - Static method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- getResource(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getResource(String) - Static method in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
Resolve a path into a resource relative to environmental defaults or relative paths or the classloader
- getResourceAsStream(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getResourceFile(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getResourceLocation(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
Build a full resource location for the given path,
prepending the resource base path of this MockServletContext.
- getResourcePaths(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getResources(List<String>) - Static method in class org.sakaiproject.entitybroker.util.spring.ResourceFinder
-
Resolves a list of paths into resources relative to environmental defaults or relative paths or the classloader
- getResponse() - Method in class org.sakaiproject.entitybroker.util.request.RequestGetterImpl
-
- getResponseBody() - Method in class org.sakaiproject.entitybroker.util.http.HttpResponse
-
- getResponseCode() - Method in class org.sakaiproject.entitybroker.util.http.HttpResponse
-
- getResponseHeaders() - Method in class org.sakaiproject.entitybroker.util.http.HttpResponse
-
- getResponseMessage() - Method in class org.sakaiproject.entitybroker.util.http.HttpResponse
-
- getScheme() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getServerInfo() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getServerName() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getServerPort() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getServerURL() - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getServerUrl() - Method in class org.sakaiproject.entitybroker.util.external.ExternalIntegrationProviderMock
-
- getServlet(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getServletContext() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getServletContext(HttpServletRequest) - Static method in class org.sakaiproject.entitybroker.util.request.RequestUtils
-
This finds the correct servlet path or returns the default one,
will not return "" or null
- getServletContextName() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getServletNames() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getServletPath() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getServlets() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- getSession() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getSession(boolean) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getSessionContext() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getStartingLocationReference() - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getStatus() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- getStorageMapCopy() - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- getStorageMapCopy(boolean, boolean, boolean, boolean) - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
Special version which allows getting only the parts that are desired
- getStoredValue(String) - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- getStoredValueAsType(Class<T>, String) - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- getStringParameters() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getToolData(String, String) - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getToolIdFromToolRef(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getToolViewURL(String, String, Map<String, String>, String) - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getURLRedirects(String) - Method in class org.sakaiproject.entitybroker.util.core.EntityProviderMethodStoreImpl
-
- getUserHomeLocationReference(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getUserHomeLocationURL(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getUserIdFromRef(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getUserPrincipal() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- getUserReferencesForEntityReference(String, String) - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getUserRefFromUserEid(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- getUserRefFromUserId(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- getValue(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getValueNames() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- getWriter() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- GROUP_BASE - Static variable in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
The site reference base
- sendError(int, String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- sendError(int) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- sendError(HttpServletResponse, int, String) - Method in class org.sakaiproject.entitybroker.util.servlet.DirectServlet
-
handles sending back servlet errors to the client,
feel free to override this if you like to handle errors in a particular way
- sendRedirect(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- serializeState() - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
Serialize the attributes of this session into an object that can
be turned into a byte array with standard Java serialization.
- serialVersionUID - Static variable in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl.EntryComparator
-
- serialVersionUID - Static variable in class org.sakaiproject.entitybroker.util.request.RequestUtils.ShortestStringLastComparator
-
- serialVersionUID - Static variable in class org.sakaiproject.entitybroker.util.spring.BeanCollectorAutoRegistrar.OrderComparator
-
- server - Variable in class org.sakaiproject.entitybroker.util.http.URLData
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.sakaiproject.entitybroker.util.servlet.DirectServlet
-
- servletName - Variable in class org.sakaiproject.entitybroker.util.http.URLData
-
- SESSION_COOKIE_NAME - Static variable in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- setApplicationContext(ApplicationContext) - Method in class org.sakaiproject.entitybroker.util.spring.BeanCollectorAutoRegistrar
-
- setApplicationContext(ApplicationContext) - Method in class org.sakaiproject.entitybroker.util.spring.EntityProviderAutoRegistrar
-
- setAttribute(String, Object) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- setAttribute(String, Object) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- setAttribute(String, Object) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- setBufferSize(int) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setCharacterEncoding(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- setCharacterEncoding(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setCommitted(boolean) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setContent(InputStream, int) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Allows control over the content data which is used in this request,
all data should be UTF-8 encoded
- setContent(byte[]) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Allows control over the content data which is used in this request,
all data should be UTF-8 encoded
- setContent(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Allows control over the content data which is used in this request,
all data should be UTF-8 encoded
- setContentLength(int) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setContentType(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Sets the content type for this request content
- setContentType(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setContextPath(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- setContextPath(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- setCurrentUser(String) - Method in class org.sakaiproject.entitybroker.util.devhelper.DeveloperHelperServiceMock
-
- setCustomActions(String, Map<String, CustomAction>) - Method in class org.sakaiproject.entitybroker.util.core.EntityProviderMethodStoreImpl
-
Set the custom actions for this prefix
- setDateHeader(String, long) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setDeveloperHelperService(DeveloperHelperService) - Method in class org.sakaiproject.entitybroker.util.AbstractEntityProvider
-
- setEntityBroker(EntityBroker) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- setEntityBrokerManager(EntityBrokerManager) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- setEntityProperties(EntityPropertiesService) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
Set this to include an optional properties handler
- setEntityProviderManager(EntityProviderManager) - Method in class org.sakaiproject.entitybroker.util.AbstractEntityProvider
-
- setEntityProviderManager(EntityProviderManager) - Method in class org.sakaiproject.entitybroker.util.spring.EntityProviderAutoRegistrar
-
- setEntityRequestHandler(EntityRequestHandler) - Method in class org.sakaiproject.entitybroker.util.servlet.DirectServlet
-
- setEntityRESTProvider(EntityRESTProvider) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
Set this to include an optional encoding/decoding handler
- setForwardedUrl(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setHeader(String, String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setIncludedUrl(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setIntHeader(String, int) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setLocale(Locale) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- setLocale(Locale) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setLocalSakaiComponentBean(Object) - Method in class org.sakaiproject.entitybroker.util.ReloadableComponentProxy
-
- setMaxInactiveInterval(int) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- setMethod(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- setNew(boolean) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityHttpSession
-
- setOutputStreamAccessAllowed(boolean) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setParameter(String, String[]) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Set a new parameter (overwrite an existing one)
- setParameters(Map<String, String[]>) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Set a large number of params at once,
replaces existing params
- setPathInfo(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- setPathString(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
This will set the given url/path string values into this request,
this will override any values that are currently set
- setQueryString(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- setRequest(HttpServletRequest) - Method in class org.sakaiproject.entitybroker.util.request.RequestGetterImpl
-
- setRequestGetter(RequestGetter) - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- setRequestStorage(RequestStorage) - Method in class org.sakaiproject.entitybroker.util.devhelper.AbstractDeveloperHelperService
-
- setRequestValue(String, Object) - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
Allows user to set the value of a key directly, including reserved keys
- setRequestValues(HttpServletRequest) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
Set all the values from a request on this request object and set this request
as the one which the values were copied from
- setRequestValues(Map<String, Object>) - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
Place all these params into the request storage
- setResponse(HttpServletResponse) - Method in class org.sakaiproject.entitybroker.util.request.RequestGetterImpl
-
- setResponseBody(String) - Method in class org.sakaiproject.entitybroker.util.http.HttpResponse
-
- setResponseCode(int) - Method in class org.sakaiproject.entitybroker.util.http.HttpResponse
-
- setResponseEncoding(String, HttpServletResponse) - Static method in class org.sakaiproject.entitybroker.util.request.RequestUtils
-
This will set the response mime type correctly based on the format constant,
also sets the response encoding to UTF_8
- setResponseHeaders(Map<String, String[]>) - Method in class org.sakaiproject.entitybroker.util.http.HttpResponse
-
- setResponseMessage(String) - Method in class org.sakaiproject.entitybroker.util.http.HttpResponse
-
- setSakaiComponentName(String) - Method in class org.sakaiproject.entitybroker.util.ReloadableComponentProxy
-
- setServletContextName(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
-
- setServletPath(String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- setStatus(int) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setStatus(int, String) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- setStoredValue(String, Object) - Method in class org.sakaiproject.entitybroker.util.request.RequestStorageImpl
-
- setUseRealDispatcher(boolean) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest
-
- setWriterAccessAllowed(boolean) - Method in class org.sakaiproject.entitybroker.util.http.EntityHttpServletResponse
-
- shutdown() - Method in class org.sakaiproject.entitybroker.util.http.HttpClientWrapper
-
cleanup and shutdown the http client
- skip(long) - Method in class org.sakaiproject.entitybroker.util.http.EntityServletInputStream
-
- skip(long) - Method in class org.sakaiproject.entitybroker.util.http.LazyRequestInputStream
-
- stream - Variable in class org.sakaiproject.entitybroker.util.http.LazyRequestInputStream
-
- SVN_LAST_UPDATE - Static variable in class org.sakaiproject.entitybroker.util.VersionConstants
-
- SVN_REVISION - Static variable in class org.sakaiproject.entitybroker.util.VersionConstants
-