A B C D E F G H I K L M O P R S T U V W

A

addAll(Set<Class<?>>, Class<?>[]) - Static method in class org.gwtwidgets.server.spring.ReflectionUtils
Adds elements of an array to a set.
afterPropertiesSet() - Method in class org.gwtwidgets.server.spring.GWTHandler
Invoked automatically by Spring after initialisation.
afterPropertiesSet() - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Should be invoked after all properties have been set.

B

beanName - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 

C

checkPermutationStrongName() - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
clear() - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 
close() - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
Should be called if the client wants to close the stream communication with the server.
close() - Method in class org.gwtwidgets.server.spring.stream.HtmlSLStreamWriterImpl
 
close() - Method in interface org.gwtwidgets.server.spring.stream.SLStreamWriter
 
COMPRESSION_AUTO - Static variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Leave default RPC response compression behavior.
COMPRESSION_DISABLED - Static variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Disable RPC response compression.
COMPRESSION_ENABLED - Static variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Force compression of all RPC responses.
compressResponse - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
computeModuleBaseURL(HttpServletRequest, String, String) - Method in interface org.gwtwidgets.server.spring.ModulePathTranslation
 
containsKey(Object) - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 
containsValue(Object) - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 
create() - Method in class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
Returns a new instance of an RPCServiceExporter
create() - Method in interface org.gwtwidgets.server.spring.RPCServiceExporterFactory
Return a new RPCServiceExporter instance.

D

dateOfCreation - Variable in class org.gwtwidgets.client.stream.HtmlStreamReader
 
DefaultRPCServiceExporterFactory - Class in org.gwtwidgets.server.spring
Returns for each invocation a new GWTRPCServiceExporter
DefaultRPCServiceExporterFactory() - Constructor for class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
Constructor for the default Factory
DefaultSerializationPolicyProvider - Class in org.gwtwidgets.server.spring
This serialization policy provider simply returns RPCRequest.getSerializationPolicy()
DefaultSerializationPolicyProvider() - Constructor for class org.gwtwidgets.server.spring.DefaultSerializationPolicyProvider
 
destroy() - Method in class org.gwtwidgets.server.filters.ResponseHeaderFilter
 
disableResponseCaching - Variable in class org.gwtwidgets.server.spring.GWTHandler
 
disableResponseCaching - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
disableResponseCaching(HttpServletResponse) - Static method in class org.gwtwidgets.server.spring.ServletUtils
Adjusts HTTP headers so that browsers won't cache response.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.gwtwidgets.server.filters.ResponseHeaderFilter
 
doGetSerializationPolicy(HttpServletRequest, String, String) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
doUnexpectedFailure(Throwable) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
dump(String, String) - Static method in class org.gwtwidgets.server.spring.util.TracingExporter
 

E

encodeResponseForFailure(RPCRequest, Throwable, Method, Object[]) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Wrapper around RPC utility invocation
entrySet() - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 

F

factory - Variable in class org.gwtwidgets.server.spring.GWTHandler
 
findAnnotation(Class<?>, Class<A>) - Static method in class org.gwtwidgets.server.spring.ReflectionUtils
 
frame - Variable in class org.gwtwidgets.client.stream.HtmlStreamReader
 

G

get(Object) - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 
getAttributes() - Method in class org.gwtwidgets.client.stream.Message
Returns reference to the message attribute map.
getContent() - Method in class org.gwtwidgets.client.stream.Message
Message content.
getExposedInterfaces(Class<?>) - Static method in class org.gwtwidgets.server.spring.ReflectionUtils
Return array of all interfaces that are implemented by clazz and extend RemoteService.
getFrame() - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
 
getFrameContents(IFrameElement) - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
 
getInterfaces(Class<?>) - Static method in class org.gwtwidgets.server.spring.ReflectionUtils
Return all interfaces that are implemented by this class, traversing super classes and super interfaces.
getMappings() - Method in class org.gwtwidgets.server.spring.GWTHandler
 
getMessage(int, HttpServletRequest) - Method in interface org.gwtwidgets.server.spring.stream.MessageProvider
 
getMethodToInvoke(Method) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Returns method to invoke on service.
getPollingInterval() - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
 
getRequest() - Static method in class org.gwtwidgets.server.spring.GWTSpringController
Deprecated. Use ServletUtils.getRequest()
getRequest() - Static method in class org.gwtwidgets.server.spring.ServletUtils
Return the request which invokes the service.
getResponse() - Static method in class org.gwtwidgets.server.spring.GWTSpringController
Deprecated. Use ServletUtils#getResponset()
getResponse() - Static method in class org.gwtwidgets.server.spring.ServletUtils
Return the response which accompanies the request.
getRPCMethod(Object, Class<?>[], Method) - Static method in class org.gwtwidgets.server.spring.ReflectionUtils
Will try to find method in 'serviceInterfaces' and if found, will attempt to return a method with the same signature from 'service', otherwise an exception is thrown.
getSerializationFlags() - Method in class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
 
getSerializationFlags() - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Return the set serialization flags (see AbstractSerializationStream.getFlags()
getSerializationPolicyForFailure(RPCRequest, Object, Method, Object[], Throwable) - Method in class org.gwtwidgets.server.spring.DefaultSerializationPolicyProvider
 
getSerializationPolicyForFailure(RPCRequest, Object, Method, Object[], Throwable) - Method in interface org.gwtwidgets.server.spring.SerializationPolicyProvider
This method returns the appropriate serialization policy in case of a failed service invocation
getSerializationPolicyForSuccess(RPCRequest, Object, Method, Object[], Object) - Method in class org.gwtwidgets.server.spring.DefaultSerializationPolicyProvider
 
getSerializationPolicyForSuccess(RPCRequest, Object, Method, Object[], Object) - Method in interface org.gwtwidgets.server.spring.SerializationPolicyProvider
This method returns the appropriate serialization policy in case of a successful service invocation
getSerializationPolicyProvider() - Method in class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
 
getSerializationPolicyProvider() - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Returns the installed serialization policy provider.
getSerialNumber() - Method in class org.gwtwidgets.client.stream.Message
 
getService() - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Return target service.
getServletContext() - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Returns the servlet context
getServletContext() - Method in class org.gwtwidgets.server.spring.GWTSpringController
 
GWTHandler - Class in org.gwtwidgets.server.spring
The GWTHandler implements a Spring HandlerMapping which maps RPC from URLs to RemoteService implementations.
GWTHandler() - Constructor for class org.gwtwidgets.server.spring.GWTHandler
 
GWTRPCServiceExporter - Class in org.gwtwidgets.server.spring
This component publishes an object (see GWTRPCServiceExporter.setService(Object)) as a service to the GWT RPC protocol.
GWTRPCServiceExporter() - Constructor for class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
GWTSpringController - Class in org.gwtwidgets.server.spring
Simple spring controller that merges GWT's RemoteServiceServlet, the Controller and also implements the RemoteService interface so as to be able to directly delegate RPC calls to extending classes.
GWTSpringController() - Constructor for class org.gwtwidgets.server.spring.GWTSpringController
 

H

handle(Throwable, Object, Method, Object[]) - Method in interface org.gwtwidgets.server.spring.ThrowableHandler
Is provided with the:
handleExporterProcessingException(Exception) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Invoked by GWTRPCServiceExporter.processCall(String) for an exception if no suitable exception handler was found.
handleIllegalAccessException(IllegalAccessException, Object, Method, RPCRequest) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Handles an exception which is raised when a method access is attempted to a method which is not part of the RPC interface.
handleIllegalArgumentException(IllegalArgumentException, Object, Method, RPCRequest) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Handles an exception which is raised when a method invocation with bad arguments is attempted.
handleIncompatibleRemoteServiceException(IncompatibleRemoteServiceException) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Invoked by GWTRPCServiceExporter.processCall(String) when RPC throws an IncompatibleRemoteServiceException.
handleInvocationTargetException(InvocationTargetException, Object, Method, Object[], RPCRequest) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Handles exceptions thrown by the target service, which are wrapped in InvocationTargetExceptions due to invocation by reflection.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Implementation of inherited interface
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.gwtwidgets.server.spring.GWTSpringController
 
handleServiceException(Exception, Object, Method, RPCRequest) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Handles exceptions thrown during a service invocation that are not handled by other exception handlers.
handleUndeclaredThrowableException(Exception, Object, Method, RPCRequest) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Handles UndeclaredThrowableExceptions which are thrown by the target service.
HtmlSLStreamWriterImpl - Class in org.gwtwidgets.server.spring.stream
Implementation of an SLStreamWriter writing incremental bits of HTML.
HtmlSLStreamWriterImpl() - Constructor for class org.gwtwidgets.server.spring.stream.HtmlSLStreamWriterImpl
 
HtmlStreamReader - Class in org.gwtwidgets.client.stream
Decodes SL stream protocol messages sent via the HtmlSLStreamWriterImpl.
HtmlStreamReader() - Constructor for class org.gwtwidgets.client.stream.HtmlStreamReader
 

I

ImmutableCopyMap<K,V> - Class in org.gwtwidgets.server.spring.util
Map implementation of the immutable copy pattern.
ImmutableCopyMap() - Constructor for class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 
init(FilterConfig) - Method in class org.gwtwidgets.server.filters.ResponseHeaderFilter
 
invoke(MethodInvocation) - Method in class org.gwtwidgets.server.spring.RequestInjection
 
invokeMethodOnService(Object, Method, Object[], RPCRequest) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Handles method invocation on a service and is invoked by GWTRPCServiceExporter.processCall(String).
isEmpty() - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 
isEOF() - Method in class org.gwtwidgets.client.stream.Message
True if this is the last message in the stream
isShouldCheckPermutationStrongName() - Method in class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
 

K

keySet() - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 

L

lastMessageId - Variable in class org.gwtwidgets.client.stream.HtmlStreamReader
 
logger - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 

M

maxAge - Variable in class org.gwtwidgets.client.stream.HtmlStreamReader
 
Message - Class in org.gwtwidgets.client.stream
Models a message sent over the streaming protocol
Message() - Constructor for class org.gwtwidgets.client.stream.Message
 
MessageProvider - Interface in org.gwtwidgets.server.spring.stream
Backend message producer.
methodCache - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
modulePathTranslation - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
ModulePathTranslation - Interface in org.gwtwidgets.server.spring
 

O

onAfterResponseSerialized(String) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
onAfterResponseSerialized(String) - Method in class org.gwtwidgets.server.spring.util.TracingExporter
 
onBeforeRequestDeserialized(String) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
onBeforeRequestDeserialized(String) - Method in class org.gwtwidgets.server.spring.util.TracingExporter
 
onDisconnect() - Method in interface org.gwtwidgets.client.stream.StreamCallback
 
onError(Exception) - Method in interface org.gwtwidgets.client.stream.StreamCallback
 
onMessage(Message) - Method in interface org.gwtwidgets.client.stream.StreamCallback
 
org.gwtwidgets.client.stream - package org.gwtwidgets.client.stream
 
org.gwtwidgets.server.filters - package org.gwtwidgets.server.filters
 
org.gwtwidgets.server.spring - package org.gwtwidgets.server.spring
 
org.gwtwidgets.server.spring.stream - package org.gwtwidgets.server.spring.stream
 
org.gwtwidgets.server.spring.util - package org.gwtwidgets.server.spring.util
 

P

pollingInterval - Variable in class org.gwtwidgets.client.stream.HtmlStreamReader
 
preprocessHTTP(HttpServletRequest, HttpServletResponse) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Disables HTTP response caching by modifying response headers for browsers.
preprocessHTTP(HttpServletRequest, HttpServletResponse) - Method in class org.gwtwidgets.server.spring.GWTSpringController
Disables HTTP response caching by modifying response headers for browsers.
processCall(String) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Overridden from RemoteServiceServlet and invoked by the servlet code.
processResponse(String) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Post-processes an RPC response.
put(K, V) - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 

R

readAsync(String, StreamCallback) - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
Connects to a URL an starts streaming messages from there.
readNextMessage() - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
 
reconnect(String, StreamCallback) - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
 
ReflectionUtils - Class in org.gwtwidgets.server.spring
Utilities for internal use
ReflectionUtils() - Constructor for class org.gwtwidgets.server.spring.ReflectionUtils
 
remove(Object) - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 
requestCounter - Static variable in class org.gwtwidgets.server.spring.util.TracingExporter
 
RequestInjection - Class in org.gwtwidgets.server.spring
Method interceptor that injects the current HttpServletRequest and the current HttpServletResponse via reflection to a service.
RequestInjection() - Constructor for class org.gwtwidgets.server.spring.RequestInjection
 
requestSetterName - Variable in class org.gwtwidgets.server.spring.RequestInjection
 
responseCompressionEnabled - Variable in class org.gwtwidgets.server.spring.GWTHandler
 
responseCounter - Static variable in class org.gwtwidgets.server.spring.util.TracingExporter
 
ResponseHeaderFilter - Class in org.gwtwidgets.server.filters
Servlet Filter that applies any HTTP header to a matched URL.
ResponseHeaderFilter() - Constructor for class org.gwtwidgets.server.filters.ResponseHeaderFilter
 
responseSetterName - Variable in class org.gwtwidgets.server.spring.RequestInjection
 
RPCServiceExporter - Interface in org.gwtwidgets.server.spring
Interface for RPC exporters.
RPCServiceExporterFactory - Interface in org.gwtwidgets.server.spring
Interface for factories which generate RPCServiceExporter instances.

S

scanParentApplicationContext - Variable in class org.gwtwidgets.server.spring.GWTHandler
 
serializationFlags - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
serializationPolicyProvider - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
SerializationPolicyProvider - Interface in org.gwtwidgets.server.spring
Implementations of this interface can be consulted by the GWTRPCServiceExporter to provide serialization policies for a specific request
service - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
serviceInterfaces - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
servletConfig - Variable in class org.gwtwidgets.server.spring.GWTHandler
 
servletContext - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
ServletUtils - Class in org.gwtwidgets.server.spring
Utility class that allows access to the invoking servlet request and response, which are stored in a thread local variable of the invoking thread.
ServletUtils() - Constructor for class org.gwtwidgets.server.spring.ServletUtils
 
setAttributes(Map<String, String>) - Method in class org.gwtwidgets.client.stream.Message
 
setBeanName(String) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
setCompressResponse(int) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Enables or disables compression of RPC output.
setContent(String) - Method in class org.gwtwidgets.client.stream.Message
 
setDisableResponseCaching(boolean) - Method in class org.gwtwidgets.server.spring.GWTHandler
Can be used to explicitly disable caching of RPC responses in the client by modifying the HTTP headers of the response.
setEOF(boolean) - Method in class org.gwtwidgets.client.stream.Message
 
setInnerFrameVisibility(boolean) - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
For debugging purposes, can be used to show the IFrame used to receive server messages.
setMappings(Map<String, Object>) - Method in class org.gwtwidgets.server.spring.GWTHandler
Set a mapping between URLs and services
setMaxAge(long) - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
Determines the age (in ms) of a connection to a server before closing and refreshing it
setModulePathTranslation(ModulePathTranslation) - Method in class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
 
setModulePathTranslation(ModulePathTranslation) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
setPollingInterval(long) - Method in class org.gwtwidgets.client.stream.HtmlStreamReader
Sets a polling interval - messages arriving from the server will be decoded every such interval.
setRequest(HttpServletRequest) - Static method in class org.gwtwidgets.server.spring.ServletUtils
Deprecated. Does not perform any operation
setRequestSetterName(String) - Method in class org.gwtwidgets.server.spring.RequestInjection
Specify the name of the setter method that can be invoked to set the current request and response on the service.
setResponse(HttpServletResponse) - Static method in class org.gwtwidgets.server.spring.ServletUtils
Assign the current servlet response to a thread local variable.
setResponse(HttpServletResponse) - Method in class org.gwtwidgets.server.spring.stream.HtmlSLStreamWriterImpl
 
setResponseCachingDisabled(boolean) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Can be used to set HTTP response headers that explicitly disable caching on the browser side.
setResponseCachingDisabled(boolean) - Method in interface org.gwtwidgets.server.spring.RPCServiceExporter
Set state of response caching
setResponseCompressionEnabled(boolean) - Method in class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
 
setResponseCompressionEnabled(boolean) - Method in class org.gwtwidgets.server.spring.GWTHandler
 
setResponseSetterName(String) - Method in class org.gwtwidgets.server.spring.RequestInjection
Specify the name of the setter method that can be invoked to set the current response on the service.
setScanParentApplicationContext(boolean) - Method in class org.gwtwidgets.server.spring.GWTHandler
Recursively scan the parent application contexts for annotated beans to publish.
setSerializationFlags(int) - Method in class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
 
setSerializationFlags(int) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Set serialization flags (see AbstractSerializationStream.getFlags().
setSerializationPolicyProvider(SerializationPolicyProvider) - Method in class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
 
setSerializationPolicyProvider(SerializationPolicyProvider) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Assign a new serialization policy provider.
setSerialNumber(int) - Method in class org.gwtwidgets.client.stream.Message
 
setSerialStartpoint(int) - Method in class org.gwtwidgets.server.spring.stream.HtmlSLStreamWriterImpl
 
setService(Object) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Set the wrapped service bean.
setService(Object) - Method in interface org.gwtwidgets.server.spring.RPCServiceExporter
Set the service object to which RPCs should be delegated.
setServiceExporterFactory(RPCServiceExporterFactory) - Method in class org.gwtwidgets.server.spring.GWTHandler
Optionally, a RPCServiceExporterFactory can be injected if a different implementation or setup is required.
setServiceInterfaces(Class<RemoteService>[]) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Specifies the interfaces which must be implemented by the service bean.
setServiceInterfaces(Class<RemoteService>[]) - Method in interface org.gwtwidgets.server.spring.RPCServiceExporter
Declare Interfaces that will be bound to RPC
setServletConfig(ServletConfig) - Method in class org.gwtwidgets.server.spring.GWTHandler
Setter for servlet configuration
setServletConfig(ServletConfig) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Setter for servlet configuration
setServletConfig(ServletConfig) - Method in class org.gwtwidgets.server.spring.GWTSpringController
 
setServletContext(ServletContext) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
Implementation of ServletContextAware, is invoked by the Spring application context.
setServletContext(ServletContext) - Method in class org.gwtwidgets.server.spring.GWTSpringController
 
setShouldCheckPermutationStrongName(boolean) - Method in class org.gwtwidgets.server.spring.DefaultRPCServiceExporterFactory
Should RPC check the X-GWT-Permutation headers?
setShouldCheckPermutationStrongName(boolean) - Method in class org.gwtwidgets.server.spring.GWTHandler
Should RPC check the permutation strong name? Disabled by default.
setShouldCheckPermutationStrongName(boolean) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
setShouldCheckPermutationStrongName(boolean) - Method in interface org.gwtwidgets.server.spring.RPCServiceExporter
Specify whether RemoteServiceServlet.checkPermutationStrongName() should be invoked for the current request.
setThrowUndeclaredExceptionToServletContainer(boolean) - Method in class org.gwtwidgets.server.spring.GWTHandler
 
setThrowUndeclaredExceptionToServletContainer(boolean) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
When enabled will throw exceptions which originate from the service and have not been declared in the RPC interface back to the servlet container.
setThrowUndeclaredExceptionToServletContainer(boolean) - Method in interface org.gwtwidgets.server.spring.RPCServiceExporter
When enabled will throw exceptions which originate from the service and have not been declared in the RPC interface back to the servlet container.
shouldCheckPermutationStrongName - Variable in class org.gwtwidgets.server.spring.GWTHandler
 
shouldCheckPermutationStrongName - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
shouldCompressResponse(HttpServletRequest, HttpServletResponse, String) - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
size() - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 
SLStreamWriter - Interface in org.gwtwidgets.server.spring.stream
Interface for SL stream protocol implementations.
StreamCallback - Interface in org.gwtwidgets.client.stream
Callback for stream events used by the HtmlStreamReader
StreamProtocolException - Exception in org.gwtwidgets.client.stream
Exception thrown by the HtmlStreamReader when protocol errors are encountered.
StreamProtocolException(String) - Constructor for exception org.gwtwidgets.client.stream.StreamProtocolException
 

T

ThrowableHandler - Interface in org.gwtwidgets.server.spring
Interface for exception handlers of RPC services
throwUndeclaredExceptionToServletContainer - Variable in class org.gwtwidgets.server.spring.GWTHandler
 
throwUndeclaredExceptionToServletContainer - Variable in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
timer - Variable in class org.gwtwidgets.client.stream.HtmlStreamReader
 
toString() - Method in class org.gwtwidgets.client.stream.Message
 
toString() - Method in class org.gwtwidgets.server.spring.GWTRPCServiceExporter
 
TracingExporter - Class in org.gwtwidgets.server.spring.util
 
TracingExporter() - Constructor for class org.gwtwidgets.server.spring.util.TracingExporter
 

U

URL_PATTERN - Static variable in class org.gwtwidgets.server.filters.ResponseHeaderFilter
 

V

values() - Method in class org.gwtwidgets.server.spring.util.ImmutableCopyMap
 

W

writeMessage(String, Map<String, ?>) - Method in class org.gwtwidgets.server.spring.stream.HtmlSLStreamWriterImpl
 
writeMessage(String, Map<String, ?>) - Method in interface org.gwtwidgets.server.spring.stream.SLStreamWriter
Sends a message to the recipient

A B C D E F G H I K L M O P R S T U V W

Copyright © 2011. All Rights Reserved.