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

G

generate() - Method in interface org.directwebremoting.extend.IdGenerator
Generates an id string unique enough to avoid duplicates within one server session and all its corresponding user sessions.
generate() - Method in class org.directwebremoting.impl.DefaultSecureIdGenerator
Generates an id string guaranteed to be unique for eternity within the scope of the running server, as long as the real-time clock is not adjusted backwards.
generateCachableContent(String, String, String) - Method in class org.directwebremoting.servlet.CachingHandler
Create a String which can be cached and sent as a 302.
generateCachableContent(String, String, String) - Method in class org.directwebremoting.servlet.FileJavaScriptHandler
 
generateCachableContent(String, String, String) - Method in class org.directwebremoting.servlet.JavaScriptHandler
 
generateCachableContent(String, String, String) - Method in class org.directwebremoting.servlet.TemplateHandler
 
GeneratedJavaScriptHandler - Class in org.directwebremoting.servlet
A base class for all generated JavaScript files
GeneratedJavaScriptHandler() - Constructor for class org.directwebremoting.servlet.GeneratedJavaScriptHandler
 
generateDtoAllScript(String, String) - Method in class org.directwebremoting.servlet.BaseDtoAllHandler
Generates the full dtoall script by decorating the DTO classes returned by the Remoter.
generateDtoAllScript(String, String) - Method in class org.directwebremoting.servlet.DojoDtoAllHandler
Generates the full dtoall script by decorating the DTO classes returned by the Remoter.
generateDtoAllScript(String, String) - Method in class org.directwebremoting.servlet.DtoAllHandler
Generates the full dtoall script by decorating the DTO classes returned by the Remoter.
generateDtoInheritanceJavaScript(String, String, String, String) - Method in interface org.directwebremoting.extend.Remoter
Generate JavaScript that sets up a DTO class's inheritance from its superclass
generateDtoInheritanceJavaScript(String, String, String, String) - Method in class org.directwebremoting.impl.DefaultRemoter
 
generateDtoJavaScript(String, String, String) - Method in interface org.directwebremoting.extend.Remoter
Generate JavaScript that forms a mapped DTO class
generateDtoJavaScript(String, String, String) - Method in class org.directwebremoting.impl.DefaultRemoter
 
generateDtoScript(String, String, String) - Method in class org.directwebremoting.servlet.AmdDtoHandler
 
generateDtoScript(String, String, String) - Method in class org.directwebremoting.servlet.BaseDtoHandler
Does the actual work of generating the dto script
generateDtoScript(String, String, String) - Method in class org.directwebremoting.servlet.DojoDtoHandler
 
generateDtoScript(String, String, String) - Method in class org.directwebremoting.servlet.DtoHandler
 
generateEngineUrl(String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Deprecated. Please tell the DWR users mailing list users@dwr.dev.java.net if you use this
generateEngineUrl(String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
Deprecated. 
generateId() - Method in class org.directwebremoting.export.System
Generates and returns a new unique id suitable to use for the CSRF session cookie.
generateIndexPage(String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Generate some HTML that represents an index page
generateIndexPage(String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
generateInterfaceJavaScript(String, String, String, String) - Method in interface org.directwebremoting.extend.Remoter
Generate some Javascript that forms an interface definition
generateInterfaceJavaScript(String, String, String, String) - Method in class org.directwebremoting.impl.DefaultRemoter
 
generateInterfaceScript(String, String, String) - Method in class org.directwebremoting.servlet.AmdInterfaceHandler
 
generateInterfaceScript(String, String, String) - Method in class org.directwebremoting.servlet.BaseInterfaceHandler
Does the actual work of generating the interface script
generateInterfaceScript(String, String, String) - Method in class org.directwebremoting.servlet.DojoInterfaceHandler
 
generateInterfaceScript(String, String, String) - Method in class org.directwebremoting.servlet.InterfaceHandler
 
generateInterfaceUrl(String, String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Deprecated. Please tell the DWR users mailing list users@dwr.dev.java.net if you use this
generateInterfaceUrl(String, String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
Deprecated. 
generateLibraryUrl(String, String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Deprecated. Please tell the DWR users mailing list users@dwr.dev.java.net if you use this
generateLibraryUrl(String, String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
Deprecated. 
generateTestPage(String, String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Generate some HTML that represents a test page for a given script
generateTestPage(String, String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
get() - Method in interface org.directwebremoting.extend.Builder
Get the object that is associated with this thread, assuming that there is no confusion over the current ServerContext.
get(ServerContext) - Method in interface org.directwebremoting.extend.Builder
Get the object that is associated with this thread, whilst specifying the correct ServerContext.
get() - Static method in class org.directwebremoting.extend.CallbackHelperFactory
Accessor for the current CallbackHelper.
get(ServerContext) - Static method in class org.directwebremoting.extend.CallbackHelperFactory
Accessor for the current CallbackHelper in more complex setups.
get() - Method in class org.directwebremoting.extend.Factory
Accessor for the current object managed by this factory instance.
get(ServerContext) - Method in class org.directwebremoting.extend.Factory
Accessor for the current object in more complex setups.
get(Object) - Method in class org.directwebremoting.extend.OutboundContext
Have we already converted an object?
get() - Static method in class org.directwebremoting.extend.TaskDispatcherFactory
Accessor for the current TaskDispatcher.
get(ServerContext) - Static method in class org.directwebremoting.extend.TaskDispatcherFactory
Accessor for the current TaskDispatcher in more complex setups.
get() - Method in class org.directwebremoting.guice.util.AbstractContextScope
 
get() - Method in class org.directwebremoting.guice.util.AbstractMapContextScope
 
get(InstanceMap<?>, Key<T>, String) - Method in class org.directwebremoting.guice.util.AbstractMapContextScope
 
get() - Method in class org.directwebremoting.guice.util.AbstractSimpleContextScope
 
get(C, String) - Method in class org.directwebremoting.guice.util.AbstractSimpleContextScope
 
get(C, Key<T>, String) - Method in class org.directwebremoting.guice.util.AbstractSimpleContextScope
 
get(R, Key<T>, String) - Method in interface org.directwebremoting.guice.util.ContextRegistry
Looks up an InstanceProvider for a key (either directly or using the precalculated key.toString() value) in a registry object, returning null if not found.
get() - Method in interface org.directwebremoting.guice.util.ContextScope
The context identifier used to look up an instance registry.
get() - Static method in class org.directwebremoting.HubFactory
Accessor for the current Hub.
get(ServerContext) - Static method in class org.directwebremoting.HubFactory
Accessor for the current Hub in more complex setups.
get(Object) - Method in class org.directwebremoting.impl.ContainerMap
 
get() - Method in class org.directwebremoting.impl.DefaultBuilder
 
get(ServerContext) - Method in class org.directwebremoting.impl.DefaultBuilder
 
get() - Method in class org.directwebremoting.impl.DefaultServerContextBuilder
 
get(ServerContext) - Method in class org.directwebremoting.impl.DefaultServerContextBuilder
 
get() - Method in class org.directwebremoting.impl.DefaultWebContextBuilder
 
get() - Static method in class org.directwebremoting.json.parse.JsonParserFactory
Accessor for the current JsonParser.
get(ServerContext) - Static method in class org.directwebremoting.json.parse.JsonParserFactory
Accessor for the current JsonParser in more complex setups.
get() - Static method in class org.directwebremoting.json.serialize.JsonSerializerFactory
Accessor for the current JsonParser.
get(ServerContext) - Static method in class org.directwebremoting.json.serialize.JsonSerializerFactory
Accessor for the current JsonSerializer in more complex setups.
get(int) - Method in class org.directwebremoting.json.types.JsonArray
 
get(Object) - Method in class org.directwebremoting.json.types.JsonObject
 
get() - Static method in class org.directwebremoting.ServerContextFactory
Accessor for the current ServerContext.
get(ServletContext) - Static method in class org.directwebremoting.ServerContextFactory
Deprecated. Use the plain ServerContextFactory.get() version
get() - Static method in class org.directwebremoting.WebContextFactory
Accessor for the current WebContext.
get() - Method in interface org.directwebremoting.WebContextFactory.WebContextBuilder
Accessor for the WebContext that is associated with this thread.
getAcknowledgeMode() - Method in class org.directwebremoting.jms.DwrSession
 
getAction() - Method in class org.directwebremoting.webwork.ActionDefinition
 
getAjaxFilters(String) - Method in interface org.directwebremoting.extend.AjaxFilterManager
Retrieve the global and class-based AjaxFilters for a given class.
getAjaxFilters(String) - Method in class org.directwebremoting.guice.InternalAjaxFilterManager
 
getAjaxFilters(String) - Method in class org.directwebremoting.impl.DefaultAjaxFilterManager
 
getAll() - Method in class org.directwebremoting.impl.StartupUtil.SerializableContainerListWrapper
 
getAllFields(Class<?>) - Static method in class org.directwebremoting.util.LocalUtil
Return a list of all fields (whatever access status, and on whatever superclass they were defined) that can be found on this class.
getAllPublishedContainers(ServletContext) - Static method in class org.directwebremoting.impl.StartupUtil
Get a list of all known Containers for the given ServletContext
getAllScriptSessions() - Method in interface org.directwebremoting.extend.ScriptSessionManager
Get a list of all the currently known ScriptSessions by id.
getAllScriptSessions() - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getAllScriptSessions() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getAllScriptSessions() - Method in class org.directwebremoting.impl.TransientScriptSessionManager
 
getAllScriptSessions() - Method in interface org.directwebremoting.ServerContext
Deprecated. Use Browser.withAllSessions(Runnable) instead
getAllServerContexts() - Static method in class org.directwebremoting.impl.StartupUtil
Returns a Collection of all ServerContexts in which DWR has been defined.
getAllSuperclasses(Class<?>) - Static method in class org.directwebremoting.util.LocalUtil
Return a List of super-classes for the given class.
getAssignCode() - Method in class org.directwebremoting.extend.ArrayOutboundVariable
 
getAssignCode() - Method in class org.directwebremoting.extend.NonNestedOutboundVariable
 
getAssignCode() - Method in class org.directwebremoting.extend.ObjectOutboundVariable
 
getAssignCode() - Method in interface org.directwebremoting.extend.OutboundVariable
A short script that can be used to refer to this variable
getAttribute(String) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getAttribute() - Method in class org.directwebremoting.io.ItemUpdate
Accessor for the property that we want to change on the Object with the ID given in itemId.
getAttribute() - Method in class org.directwebremoting.io.SortCriterion
The attribute points to a data member within the data to be sorted.
getAttribute(String) - Method in interface org.directwebremoting.ScriptSession
Returns the object bound with the specified name in this ScriptSession, or null if no object is bound under the name.
getAttribute(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
getAttributeNames() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getAttributeNames() - Method in interface org.directwebremoting.ScriptSession
Returns an Enumeration of String objects containing the names of all the objects bound to this ScriptSession.
getAttributeNames() - Method in class org.directwebremoting.util.FakeHttpSession
 
getAuth() - Method in class org.directwebremoting.spring.CreatorConfig
Sets the authentication parameters for this creator.
getAvailableLibraries() - Method in interface org.directwebremoting.extend.DebugPageGenerator
Deprecated. Please tell the DWR users mailing list users@dwr.dev.java.net if you use this
getAvailableLibraries() - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
Deprecated. 
getBatchId() - Method in class org.directwebremoting.dwrp.Batch
 
getBatchId() - Method in class org.directwebremoting.extend.Calls
 
getBean(String) - Method in interface org.directwebremoting.Container
Get the contained instance of a bean/setting of a given name.
getBean(Class<T>) - Method in interface org.directwebremoting.Container
Get the contained instance of a bean of a given type
getBean(Class<T>) - Method in class org.directwebremoting.impl.AbstractContainer
 
getBean(String) - Method in class org.directwebremoting.impl.DefaultContainer
 
getBean(String) - Method in class org.directwebremoting.spring.SpringContainer
 
getBeanName() - Method in class org.directwebremoting.spring.SpringCreator
 
getBeanNames() - Method in interface org.directwebremoting.Container
Get a list of all the available beans.
getBeanNames() - Method in class org.directwebremoting.impl.DefaultContainer
 
getBeanNames() - Method in class org.directwebremoting.spring.SpringContainer
 
getBoolean(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getBoolean() - Method in class org.directwebremoting.json.types.JsonBoolean
 
getBoolean() - Method in class org.directwebremoting.json.types.JsonValue
Often when dealing with a JsonValue you know which subtype it is, this allows you to assume it is a boolean and get the Java value quickly.
getBooleanProperty(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getBooleanSetting(Container, String, boolean) - Static method in class org.directwebremoting.extend.ContainerUtil
Get an boolean setting from the Container.
getBufferSize() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getBufferSize() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getBuild() - Static method in class org.directwebremoting.util.VersionUtil
 
getBuildCode() - Method in class org.directwebremoting.extend.ArrayOutboundVariable
 
getBuildCode() - Method in class org.directwebremoting.extend.NonNestedOutboundVariable
 
getBuildCode() - Method in class org.directwebremoting.extend.ObjectOutboundVariable
 
getBuildCode() - Method in interface org.directwebremoting.extend.OutboundVariable
A script that completes the definition of this variable, and may contain reference to other declared variables.
getByte(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getByteProperty(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getBytes(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getBytesRead() - Method in class org.directwebremoting.event.SessionProgressListener
Accessor for the number of bytes read, as passed in by ProgressListener.update(long, long, int)
getCall(int) - Method in class org.directwebremoting.extend.Calls
 
getCallback(HttpServletRequest) - Method in class org.directwebremoting.jsonp.JsonpCallHandler
 
getCallCount() - Method in class org.directwebremoting.extend.Calls
How many calls are there is this request
getCallId() - Method in class org.directwebremoting.extend.Call
 
getCallId() - Method in class org.directwebremoting.extend.Reply
 
getCalls() - Method in class org.directwebremoting.dwrp.CallBatch
 
getCalls() - Method in class org.directwebremoting.extend.Replies
 
getChar(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getCharacterEncoding() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getCharacterEncoding() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getChildren() - Method in class org.directwebremoting.extend.NestedOutboundVariable
The objects that we contain
getClass(Object) - Method in class org.directwebremoting.hibernate.H3BeanConverter
Hibernate makes Object.getClass() difficult ...
getClasses() - Method in class org.directwebremoting.util.ClasspathScanner
Get the list of classes available to the classloader
getClassName() - Method in class org.directwebremoting.create.NewCreator
Gets the name of the class to create.
getClassName() - Method in class org.directwebremoting.create.StaticCreator
Gets the name of the class to create.
getClientDeclaredType(InboundVariable) - Method in interface org.directwebremoting.extend.ConverterManager
Sometimes data from clients contains type information which should take higher priority than the type guessing that we do as part of the method matching.
getClientDeclaredType(InboundVariable) - Method in class org.directwebremoting.guice.InternalConverterManager
 
getClientDeclaredType(InboundVariable) - Method in class org.directwebremoting.impl.DefaultConverterManager
 
getClientID() - Method in class org.directwebremoting.jms.DwrConnection
 
getCode() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcError
A Number that indicates the actual error that occurred.
getCode() - Method in class org.directwebremoting.ui.CodeBlock
Accessor for the (read-only) code block
getComparator(String, boolean) - Method in interface org.directwebremoting.datasync.ComparatorFactory
Return a Comparator which will sort 2 objects of type T based on the values held in the given property
getComparator(String, boolean) - Method in class org.directwebremoting.datasync.DefaultComparatorFactory
 
getConfig() - Method in class org.directwebremoting.spring.BeanCreator
Gets the configuration for this creator.
getConnectedTime() - Method in interface org.directwebremoting.extend.ServerLoadMonitor
What's the longest time that we should wait before asking the client to reconnect?
getConnectedTime() - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
getConnectedTime() - Method in class org.directwebremoting.impl.PollingServerLoadMonitor
 
getConnectedTime() - Method in class org.directwebremoting.impl.ThrottlingServerLoadMonitor
 
getConnectionLimit(HttpServletRequest) - Static method in class org.directwebremoting.util.BrowserDetect
How many connections can this browser open simultaneously?
getContainer() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getContainer() - Static method in class org.directwebremoting.impl.TestEnvironment
 
getContainer() - Method in interface org.directwebremoting.ServerContext
Accessor for the IoC container.
getContainer() - Method in class org.directwebremoting.servlet.DwrServlet
Accessor for the IoC container.
getContentAsByteArray() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the content of output body
getContentAsString() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the content of output body
getContentLength() - Method in class org.directwebremoting.event.SessionProgressListener
The total number of bytes, which are being read.
getContentLength() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the content length of the output
getContentType() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getContentType() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getContext() - Method in class org.directwebremoting.extend.InboundVariable
Accessor of the context of the variable: the other related variables
getContextPath() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getContextPath() - Method in interface org.directwebremoting.ServerContext
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class org.directwebremoting.servlet.UrlProcessor
The contextPath cached from the last HTTP servlet request
getConversionType() - Method in exception org.directwebremoting.ConversionException
Accessor for the type we are converting to/from
getConversionType() - Method in exception org.directwebremoting.extend.JsonModeMarshallException
Accessor for the type we are converting to/from
getConverted(InboundVariable, Class<?>) - Method in class org.directwebremoting.extend.InboundContext
Check to see if the conversion has already been done
getConverterByMatchString(String) - Method in interface org.directwebremoting.extend.ConverterManager
In order to be able to create stub remote objects we need to know what they are so you can lookup match strings and retrieve the converter.
getConverterByMatchString(String) - Method in class org.directwebremoting.guice.InternalConverterManager
 
getConverterByMatchString(String) - Method in class org.directwebremoting.impl.DefaultConverterManager
 
getConverterManager() - Method in class org.directwebremoting.convert.BasicObjectConverter
Accessor for the current ConverterManager
getConverterManager() - Static method in class org.directwebremoting.impl.TestEnvironment
 
getConverterMatchStrings() - Method in interface org.directwebremoting.extend.ConverterManager
In order to be able to create stub remote objects we need to know what they are so you can get a collection of all match strings.
getConverterMatchStrings() - Method in class org.directwebremoting.guice.InternalConverterManager
 
getConverterMatchStrings() - Method in class org.directwebremoting.impl.DefaultConverterManager
 
getCookie(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
Get a cookie by a given name
getCookies() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the array of current cookies
getCount() - Method in class org.directwebremoting.io.StoreRegion
Accessor for the length of the region of interest to the viewer.
getCreationTime() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getCreationTime() - Method in interface org.directwebremoting.ScriptSession
Returns the time when this ScriptSession was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCreationTime() - Method in class org.directwebremoting.util.FakeHttpSession
 
getCreator(String, boolean) - Method in interface org.directwebremoting.extend.CreatorManager
Find an Creator by name
getCreator(String, boolean) - Method in class org.directwebremoting.guice.InternalCreatorManager
 
getCreator(String, boolean) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
getCreator() - Method in class org.directwebremoting.spring.CreatorConfig
The creator that will be used to create new objects for remoting
getCreatorNames(boolean) - Method in interface org.directwebremoting.extend.CreatorManager
Get a list of the javascript names of the allowed creators.
getCreatorNames(boolean) - Method in class org.directwebremoting.guice.InternalCreatorManager
 
getCreatorNames(boolean) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
getCreatorType() - Method in class org.directwebremoting.spring.CreatorConfig
The creator type that will be used to create new objects for remoting
getCurrentPage() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getCurrentPage() - Method in interface org.directwebremoting.WebContext
Returns the partial-URL of the page from which the current thread originated.
getCurrentProperty() - Method in class org.directwebremoting.extend.InboundContext
 
getCurrentSession(ServletContext) - Static method in class org.directwebremoting.hibernate.H3SessionAjaxFilter
Get access to a Session, given the SessionFactory linked in H3SessionAjaxFilter.setSessionFactory(ServletContext, SessionFactory)
getData(Class<T>) - Method in class org.directwebremoting.event.DefaultMessageEvent
 
getData(Class<T>) - Method in interface org.directwebremoting.event.MessageEvent
We convert the data (if the message is from the client) as late as possible so the message recipient can choose what type it should be.
getData() - Method in exception org.directwebremoting.io.DwrConvertedException
 
getData() - Method in class org.directwebremoting.io.Item
The object that is referred to by the itemId.
getData() - Method in exception org.directwebremoting.jsonrpc.io.JsonRpcCallException
Additional information, may be omitted.
getData() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcError
Additional information, may be omitted.
getData() - Method in interface org.directwebremoting.webwork.AjaxDataResult
Access the wrapped result.
getData() - Method in class org.directwebremoting.webwork.DefaultAjaxDataResult
 
getDeclareCode() - Method in class org.directwebremoting.extend.ArrayOutboundVariable
 
getDeclareCode() - Method in class org.directwebremoting.extend.NonNestedOutboundVariable
 
getDeclareCode() - Method in class org.directwebremoting.extend.ObjectOutboundVariable
 
getDeclareCode() - Method in interface org.directwebremoting.extend.OutboundVariable
A script to declare the variable so it can be referred to.
getDelay() - Method in class org.directwebremoting.filter.ExtraLatencyAjaxFilter
 
getDeliveryMode() - Method in class org.directwebremoting.jms.DwrMessageProducer
 
getDestination() - Method in class org.directwebremoting.jms.DwrMessageProducer
 
getDisableMessageID() - Method in class org.directwebremoting.jms.DwrMessageProducer
 
getDisableMessageTimestamp() - Method in class org.directwebremoting.jms.DwrMessageProducer
 
getDisconnectedTime() - Method in interface org.directwebremoting.extend.ServerLoadMonitor
Controller for poll times.
getDisconnectedTime() - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
getDisconnectedTime() - Method in class org.directwebremoting.impl.PollingServerLoadMonitor
 
getDisconnectedTime() - Method in class org.directwebremoting.impl.ThrottlingServerLoadMonitor
 
getDocumentDomain() - Method in class org.directwebremoting.dwrp.Batch
 
getDouble(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getDouble() - Method in class org.directwebremoting.json.types.JsonNumber
 
getDouble() - Method in class org.directwebremoting.json.types.JsonValue
Often when dealing with a JsonValue you know which subtype it is, this allows you to assume it is a number and get the Java value quickly.
getDoubleProperty(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getDwrSessionId() - Method in class org.directwebremoting.dwrp.Batch
 
getErrorMessage() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for any error messages set using FakeHttpServletResponse.sendError(int) or FakeHttpServletResponse.sendError(int, String)
getErrorMessage() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
Accessor for any error messages set using SwallowingHttpServletResponse.sendError(int) or SwallowingHttpServletResponse.sendError(int, String)
getErrors(String) - Static method in class org.directwebremoting.json.JsonUtil
Get a record of any errors in parsing the input string
getErrors(Reader) - Static method in class org.directwebremoting.json.JsonUtil
Get a record of any errors in parsing the input document
getException() - Method in class org.directwebremoting.extend.Call
 
getExceptionListener() - Method in class org.directwebremoting.jms.DwrConnection
 
getExcludes() - Method in class org.directwebremoting.spring.AbstractConfig
Gets the list of method names to exclude for this creator.
getExecuteFunctionName() - Static method in class org.directwebremoting.extend.EnginePrivate
The DefaultRemoter needs to know the name of the execute function
getExtraParameters() - Method in class org.directwebremoting.dwrp.Batch
 
getFilename() - Method in class org.directwebremoting.io.FileTransfer
Returns the original filename in the client's file-system, as provided by the browser (or other client software).
getFileSize() - Method in class org.directwebremoting.extend.FormField
Returns the size of the file.
getFileTransfer(String) - Method in class org.directwebremoting.extend.DataUrlDownloadManager
 
getFileTransfer(String) - Method in interface org.directwebremoting.extend.DownloadManager
Retrieve a FileGenerator given the id that it was stored under
getFileTransfer(String) - Method in class org.directwebremoting.impl.FileStoreDownloadManager
 
getFileTransfer(String) - Method in class org.directwebremoting.impl.InMemoryDownloadManager
 
getFileUploadMaxBytes() - Method in class org.directwebremoting.dwrp.CommonsFileUpload
Retrieves the maximum allowed size of a single uploaded file, in bytes.
getFilters() - Method in class org.directwebremoting.spring.CreatorConfig
Gets the list of all filters for this creator.
getFloat(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getFloatProperty(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getFormField() - Method in class org.directwebremoting.extend.InboundVariable
 
getForwardedUrl() - Method in class org.directwebremoting.util.FakeHttpServletResponse
What URL are we forwarding to?
getFullUrlToDwrServlet(HttpServletRequest) - Static method in class org.directwebremoting.util.LocalUtil
 
getGenericParameterTypes() - Method in class org.directwebremoting.extend.MethodDeclaration
 
getGenericReturnType() - Method in class org.directwebremoting.extend.MethodDeclaration
 
getHandlerForUrlProperty(Container, String) - Static method in class org.directwebremoting.extend.ContainerUtil
Look up the Handler associated with the URL in the named URL property.
getHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for a header by a given name
getHeaderNames() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the current set of headers
getHeaders(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
If there are multiple values for a given header, get them as a list
getHitsInLastPeriod() - Method in class org.directwebremoting.util.HitMonitor
How to detect the number of hits in the time period specified in the constructor.
getHttpServletRequest() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getHttpServletRequest() - Method in interface org.directwebremoting.WebContext
Accessor for the http request information.
getHttpServletResponse() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getHttpServletResponse() - Method in interface org.directwebremoting.WebContext
Accessor for the http response bean.
getHttpSessionId() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getHttpSessionId() - Method in interface org.directwebremoting.ScriptSession
If this ScriptSession's browser session also has a HttpSession then this method gives access to its id (typically corresponding to the JSESSIONID cookie).
getHttpStatusCode() - Method in exception org.directwebremoting.jsonrpc.io.JsonRpcCallException
 
getHub() - Method in class org.directwebremoting.event.DefaultMessageEvent
 
getHub() - Method in interface org.directwebremoting.event.MessageEvent
 
getId() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getId() - Method in exception org.directwebremoting.jsonrpc.io.JsonRpcCallException
A Request identifier that SHOULD be a JSON scalar (String, Number, True, False), but SHOULD normally not be Null [1].
getId() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcCalls
A version of Calls.getBatchId() that returns a StringWrapper so we can return a verbatim string because id is really a variant type in Javascript.
getId() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcError
A Request identifier that SHOULD be a JSON scalar (String, Number, True, False), but SHOULD normally not be Null [1].
getId() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcResponse
A Request identifier that SHOULD be a JSON scalar (String, Number, True, False), but SHOULD normally not be Null [1].
getId() - Method in interface org.directwebremoting.ScriptSession
Returns a string containing the unique identifier assigned to this ScriptSession.
getId() - Method in class org.directwebremoting.util.FakeHttpSession
 
getInboundContext() - Method in class org.directwebremoting.extend.RealRawData
 
getInboundContexts() - Method in class org.directwebremoting.dwrp.CallBatch
 
getInboundVariable(String) - Method in class org.directwebremoting.extend.InboundContext
Method to allow entries to resolve references
getInboundVariable() - Method in class org.directwebremoting.extend.RealRawData
 
getInboundVariableNames() - Method in class org.directwebremoting.extend.InboundContext
A debug method so people can get a list of all the variable names
getIncludedUrl() - Method in class org.directwebremoting.util.FakeHttpServletResponse
What URL are we including?
getIncludes() - Method in class org.directwebremoting.spring.AbstractConfig
Gets the list of method names to include for this creator.
getInclusions() - Method in class org.directwebremoting.convert.BasicObjectConverter
Returns an immutable List of the inclusions.
getIndex() - Method in interface org.directwebremoting.extend.RealScriptSession.Script
 
getInitCode() - Method in interface org.directwebremoting.extend.ScriptSessionManager
Some implementations of ScriptSessionManager need to add custom code into engine.js to register ScriptSessions with the server.
getInitCode() - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getInitCode() - Method in class org.directwebremoting.impl.TransientScriptSessionManager
 
getInitParameter(String) - Method in class org.directwebremoting.util.FakeServletConfig
 
getInitParameterNames() - Method in class org.directwebremoting.util.FakeServletConfig
 
getInjector() - Static method in class org.directwebremoting.guice.DwrGuiceUtil
Returns the Injector instance published in the current servlet context.
getInputStream() - Method in class org.directwebremoting.extend.FormField
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in class org.directwebremoting.extend.OutputStreamLoaderInputStreamFactory
 
getInputStream() - Method in class org.directwebremoting.extend.SimpleInputStreamFactory
 
getInputStream() - Method in class org.directwebremoting.io.FileTransfer
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in interface org.directwebremoting.io.InputStreamFactory
Gets an input stream.
getInstance() - Method in class org.directwebremoting.beehive.PageFlowCreator
 
getInstance() - Method in class org.directwebremoting.create.Ejb3Creator
 
getInstance() - Method in class org.directwebremoting.create.NewCreator
 
getInstance() - Method in class org.directwebremoting.create.NullCreator
 
getInstance() - Method in class org.directwebremoting.create.ScriptedCreator
 
getInstance() - Method in class org.directwebremoting.create.StaticCreator
 
getInstance() - Method in interface org.directwebremoting.extend.Creator
Accessor for the/an instance of this Creator.
getInstance() - Method in class org.directwebremoting.faces.AbstractJsfCreator
 
getInstance() - Method in class org.directwebremoting.faces.Jsf2Creator
 
getInstance() - Method in class org.directwebremoting.faces.JsfCreator
 
getInstance() - Method in class org.directwebremoting.guice.GuiceCreator
Looks up an instance of this creator's type with an Injector.
getInstance() - Method in class org.directwebremoting.spring.BeanCreator
Accessor for the instance of this creator.
getInstance() - Method in class org.directwebremoting.spring.SpringCreator
 
getInstance() - Method in class org.directwebremoting.struts.StrutsCreator
 
getInstanceId() - Method in class org.directwebremoting.dwrp.Batch
 
getInstanceId() - Method in class org.directwebremoting.extend.Calls
 
getInstanceMethodName() - Method in class org.directwebremoting.create.StaticCreator
Retrieves name of the method that will be called to retrieve the static instance of this class.
getInstanceType() - Method in class org.directwebremoting.convert.BasicObjectConverter
 
getInstanceType() - Method in interface org.directwebremoting.extend.NamedConverter
 
getInt(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getInteger() - Method in class org.directwebremoting.json.types.JsonNumber
 
getInteger() - Method in class org.directwebremoting.json.types.JsonValue
Often when dealing with a JsonValue you know which subtype it is, this allows you to assume it is a number and get the Java value quickly.
getInternalResourceAsStream(String) - Static method in class org.directwebremoting.util.LocalUtil
Open a stream to an internal file resource located in the DWR package tree.
getIntProperty(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getIntSetting(Container, String, int) - Static method in class org.directwebremoting.extend.ContainerUtil
Get an integer setting from the Container.
getItem() - Method in class org.directwebremoting.event.SessionProgressListener
The number of the field, which is currently being read.
getItemId() - Method in class org.directwebremoting.io.Item
Accessor for the primary key for this Object.
getItemId() - Method in class org.directwebremoting.io.ItemUpdate
Accessor for the primary key for this Object.
getJavascript() - Method in class org.directwebremoting.convert.BasicObjectConverter
 
getJavascript() - Method in class org.directwebremoting.extend.AbstractCreator
 
getJavascript() - Method in interface org.directwebremoting.extend.Creator
How is this creator referred to in Javascript land?
getJavascript() - Method in interface org.directwebremoting.extend.NamedConverter
Accessor for the javascript class name for mapped converted objects.
getJavascriptClassName() - Method in class org.directwebremoting.spring.ConverterConfig
 
getJavascriptSuperClass() - Method in class org.directwebremoting.convert.BasicObjectConverter
 
getJavascriptSuperClass() - Method in interface org.directwebremoting.extend.NamedConverter
Accessor for the javascript class name that will appear as superclass for mapped converted objects.
getJMSCorrelationID() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSCorrelationIDAsBytes() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSDeliveryMode() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSDestination() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSExpiration() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSMajorVersion() - Method in class org.directwebremoting.jms.DwrConnectionMetaData
 
getJMSMessageID() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSMinorVersion() - Method in class org.directwebremoting.jms.DwrConnectionMetaData
 
getJMSPriority() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSProviderName() - Method in class org.directwebremoting.jms.DwrConnectionMetaData
 
getJMSRedelivered() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSReplyTo() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSTimestamp() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSType() - Method in class org.directwebremoting.jms.DwrMessage
 
getJMSVersion() - Method in class org.directwebremoting.jms.DwrConnectionMetaData
 
getJMSXPropertyNames() - Method in class org.directwebremoting.jms.DwrConnectionMetaData
 
getJsonArray() - Method in class org.directwebremoting.json.types.JsonValue
Often when dealing with a JsonValue you know which subtype it is, this allows you to assume it is a JsonArray and get it quickly
getJsonObject() - Method in class org.directwebremoting.json.types.JsonValue
Often when dealing with a JsonValue you know which subtype it is, this allows you to assume it is a JsonObject and get it quickly
getJsonrpc() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcError
 
getJsonRpc() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcResponse
 
getJsonRpcErrorCode() - Method in exception org.directwebremoting.jsonrpc.io.JsonRpcCallException
 
getKeysInScope() - Method in class org.directwebremoting.guice.util.AbstractContextScope
 
getKeysInScope() - Method in interface org.directwebremoting.guice.util.ContextScope
The keys bound in this scope.
getLabel() - Method in class org.directwebremoting.io.Item
Items need labels to support dojo.data.api.Read.getLabel() By default we just use the itemId, however if the data implements ExposeToString then consider Object.toString() to be safe for Internet use.
getLabel() - Static method in class org.directwebremoting.util.VersionUtil
 
getLanguage() - Method in class org.directwebremoting.create.ScriptedCreator
The language we are scripting in.
getLastAccessedTime() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getLastAccessedTime() - Method in interface org.directwebremoting.ScriptSession
Returns the last time the client sent a request associated with this ScriptSession, as the number of milliseconds since 1/1/1970 GMT, and marked by the time the container received the request.
getLastAccessedTime() - Method in class org.directwebremoting.util.FakeHttpSession
 
getLevel() - Static method in class org.directwebremoting.util.ServletLoggingOutput
 
getLevel() - Static method in class org.directwebremoting.util.SystemOutLoggingOutput
 
getLocale() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getLocale() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getLogger(Class<?>) - Static method in class org.directwebremoting.util.Logger
 
getLong(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getLong() - Method in class org.directwebremoting.json.types.JsonNumber
 
getLong() - Method in class org.directwebremoting.json.types.JsonValue
Often when dealing with a JsonValue you know which subtype it is, this allows you to assume it is a number and get the Java value quickly.
getLongProperty(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getMajor() - Static method in class org.directwebremoting.util.VersionUtil
 
getManagedBeanName() - Method in class org.directwebremoting.faces.AbstractJsfCreator
 
getMapNames() - Method in class org.directwebremoting.jms.DwrMessage
 
getMaxInactiveInterval() - Method in class org.directwebremoting.util.FakeHttpSession
 
getMembers() - Method in class org.directwebremoting.extend.InboundVariable
Nasty hack to get around varargs
getMessage() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcError
A String providing a short description of the error.
getMessageListener() - Method in class org.directwebremoting.jms.DwrMessageConsumer
 
getMessageListener() - Method in class org.directwebremoting.jms.DwrSession
 
getMessageSelector() - Method in class org.directwebremoting.jms.DwrMessageConsumer
 
getMetaData() - Method in class org.directwebremoting.jms.DwrConnection
 
getMethod(String, Class<?>...) - Method in interface org.directwebremoting.extend.Module
Returns a particular method as matched by the name and parameter types.
getMethod(String, Class<?>...) - Method in class org.directwebremoting.impl.CreatorModule
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.directwebremoting.util.LocalUtil
Utility to retrieve a method.
getMethod() - Method in class org.directwebremoting.webwork.ActionDefinition
 
getMethodDeclaration() - Method in class org.directwebremoting.extend.Call
 
getMethodName() - Method in class org.directwebremoting.extend.Call
 
getMethods() - Method in interface org.directwebremoting.extend.Module
Returns all logical method declarations for the module.
getMethods() - Method in class org.directwebremoting.impl.CreatorModule
 
getMimeType() - Method in class org.directwebremoting.extend.FormField
Returns the content type passed by the browser or null if not defined.
getMimeType() - Method in class org.directwebremoting.io.FileTransfer
Returns the content type passed by the browser or null if not defined.
getMimeType() - Method in class org.directwebremoting.servlet.CachingHandler
 
getMinor() - Static method in class org.directwebremoting.util.VersionUtil
 
getModule(String, boolean) - Method in interface org.directwebremoting.extend.ModuleManager
Returns the specific module instance matching the supplied name.
getModule(String, boolean) - Method in class org.directwebremoting.impl.CreatorModuleManager
 
getModule(String, boolean) - Method in class org.directwebremoting.impl.MasterModuleManager
 
getModuleName() - Method in class org.directwebremoting.extend.MethodDeclaration
 
getModuleNames(boolean) - Method in interface org.directwebremoting.extend.ModuleManager
Returns the names of all modules handled by this ModuleManager.
getModuleNames(boolean) - Method in class org.directwebremoting.impl.CreatorModuleManager
 
getModuleNames(boolean) - Method in class org.directwebremoting.impl.MasterModuleManager
 
getName() - Method in class org.directwebremoting.event.ScriptSessionBindingEvent
Returns the name with which the attribute is bound to or unbound from the session.
getName() - Method in class org.directwebremoting.extend.ConstructorProperty
 
getName() - Method in class org.directwebremoting.extend.FieldProperty
 
getName() - Method in class org.directwebremoting.extend.FormField
Returns the original filename in the client's file-system, as provided by the browser (or other client software).
getName() - Method in class org.directwebremoting.extend.MethodDeclaration
 
getName() - Method in interface org.directwebremoting.extend.Module
Returns the name uniquely identifying the module.
getName() - Method in class org.directwebremoting.extend.NestedProperty
 
getName() - Method in class org.directwebremoting.extend.OverrideProperty
 
getName() - Method in class org.directwebremoting.extend.ParameterProperty
 
getName() - Method in class org.directwebremoting.extend.PlainProperty
 
getName() - Method in interface org.directwebremoting.extend.Property
Gets the name of this property
getName() - Method in class org.directwebremoting.extend.PropertyDescriptorProperty
 
getName() - Method in enum org.directwebremoting.guice.ParamName
 
getName() - Method in class org.directwebremoting.impl.CreatorModule
 
getNamedConverter(String) - Method in interface org.directwebremoting.extend.ConverterManager
Find a converter based on class-mapped JavaScript class name.
getNamedConverter(String) - Method in class org.directwebremoting.guice.InternalConverterManager
 
getNamedConverter(String) - Method in class org.directwebremoting.impl.DefaultConverterManager
 
getNamedConverterJavaScriptNames() - Method in interface org.directwebremoting.extend.ConverterManager
Returns a collection with all the named converters' JavaScript class names.
getNamedConverterJavaScriptNames() - Method in class org.directwebremoting.guice.InternalConverterManager
 
getNamedConverterJavaScriptNames() - Method in class org.directwebremoting.impl.DefaultConverterManager
 
getNamedObjectType() - Method in class org.directwebremoting.extend.InboundVariable
If we are using object parameters that have specified types then the ConverterManager will need to get to know what the required type is.
getNamespace() - Method in class org.directwebremoting.webwork.ActionDefinition
 
getNewValue() - Method in class org.directwebremoting.io.ItemUpdate
Accessor for the value for the attribute that we want to change on the Object with the ID given in itemId.
getNextReverseAjaxIndex() - Method in class org.directwebremoting.dwrp.Batch
 
getNextVariableName() - Method in class org.directwebremoting.extend.OutboundContext
Create a new variable name to keep everything we declare separate
getNonPrimitiveType(Class<?>) - Static method in class org.directwebremoting.util.LocalUtil
 
getNullKey() - Method in class org.directwebremoting.convert.MapConverter
 
getObject(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getObject() - Method in class org.directwebremoting.jms.DwrMessage
 
getObjectProperty(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getOpenContexts() - Method in class org.directwebremoting.guice.util.AbstractContextScope
 
getOpenContexts() - Method in interface org.directwebremoting.guice.util.ContextScope
The context identifiers of all open contexts that this scope knows about.
getOrCreateScriptSession(String, String, HttpSession) - Method in interface org.directwebremoting.extend.ScriptSessionManager
For a given script session id, return the existing ScriptSession object or create a new if needed.
getOrCreateScriptSession(String, String, HttpSession) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getOrCreateScriptSession(String, String, HttpSession) - Method in class org.directwebremoting.impl.TransientScriptSessionManager
 
getOutboundMimeType() - Method in class org.directwebremoting.dwrp.HtmlScriptConduit
 
getOutboundMimeType() - Method in class org.directwebremoting.dwrp.PlainScriptConduit
 
getOutboundMimeType() - Method in interface org.directwebremoting.extend.ScriptConduit
What mime type should we send to the browser for this data?
getOutputStream() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getOutputStream() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getOutputStreamLoader() - Method in class org.directwebremoting.io.FileTransfer
Returns an OutputStreamLoader that can be used to retrieve the contents of the file.
getPage() - Method in class org.directwebremoting.dwrp.Batch
 
getPage() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getPage() - Method in interface org.directwebremoting.ScriptSession
What page is this script session attached to? The page does not include server information, but does include everything from the host/port onwards, including the query parameters depending on the configured PageNormalizer, which by default removes them.
getParameter(int, int) - Method in class org.directwebremoting.extend.InboundContext
Get a parameter by index
getParameter(String) - Method in class org.directwebremoting.impl.DefaultContainer
Retrieve a previously set parameter
getParameterCount() - Method in class org.directwebremoting.extend.InboundContext
How many parameters are there?
getParameterCount(int) - Method in class org.directwebremoting.extend.InboundContext
Count the arguments (including method and script params) for a given call number.
getParameters() - Method in class org.directwebremoting.extend.Call
 
getParameterType() - Method in class org.directwebremoting.extend.NestedProperty
 
getParameterTypes() - Method in class org.directwebremoting.extend.MethodDeclaration
 
getParams() - Method in class org.directwebremoting.spring.AbstractConfig
The set of key/value pairs to provide further configuration.
Note that these params are only used when setting the creator type and not when setting the creator directly.
getParseErrors() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcCalls
Get a summary of the parse errors.
getPartialResponse() - Method in class org.directwebremoting.dwrp.PollBatch
 
getParts() - Method in class org.directwebremoting.ScriptBuffer
For DWR use only - This method is not part of the public API.
getPathToDwrServlet(String) - Method in interface org.directwebremoting.extend.Remoter
The path to the DWR servlet is probably just equal to request.contextPath plus request.servletPath.
getPathToDwrServlet(String) - Method in class org.directwebremoting.impl.DefaultRemoter
 
getPrefix() - Method in class org.directwebremoting.util.DebuggingPrintWriter
How to we prefix all the debugging lines?
getPriority() - Method in class org.directwebremoting.jms.DwrMessageProducer
 
getProperty(Object, String, Class<T>) - Static method in class org.directwebremoting.util.LocalUtil
Utility to find a getter and return it's value from an object If Java had the option to temporarily do dynamic typing there would be no need for this.
getPropertyMapFromClass(Class<?>, boolean, boolean) - Method in class org.directwebremoting.convert.BeanConverter
 
getPropertyMapFromClass(Class<?>, boolean, boolean) - Method in class org.directwebremoting.convert.ExceptionConverter
 
getPropertyMapFromClass(Class<?>, boolean, boolean) - Method in class org.directwebremoting.convert.MinimalistExceptionConverter
 
getPropertyMapFromClass(Class<?>, boolean, boolean) - Method in class org.directwebremoting.convert.ObjectConverter
 
getPropertyMapFromClass(Class<?>, boolean, boolean) - Method in class org.directwebremoting.convert.XmlBeanConverter
 
getPropertyMapFromClass(Class<?>, boolean, boolean) - Method in interface org.directwebremoting.extend.NamedConverter
Get a map of property names to implementations of Property.
getPropertyMapFromObject(Object, boolean, boolean) - Method in class org.directwebremoting.convert.BeanConverter
 
getPropertyMapFromObject(Object, boolean, boolean) - Method in class org.directwebremoting.convert.ObjectConverter
 
getPropertyMapFromObject(Object, boolean, boolean) - Method in interface org.directwebremoting.extend.NamedConverter
Get a map of property names to implementations of Property.
getPropertyMapFromObject(Object, boolean, boolean) - Method in class org.directwebremoting.hibernate.H3BeanConverter
 
getPropertyNames() - Method in class org.directwebremoting.jms.DwrMessage
 
getPropertyType() - Method in class org.directwebremoting.extend.ConstructorProperty
 
getPropertyType() - Method in class org.directwebremoting.extend.FieldProperty
 
getPropertyType() - Method in class org.directwebremoting.extend.NestedProperty
 
getPropertyType() - Method in class org.directwebremoting.extend.OverrideProperty
 
getPropertyType() - Method in class org.directwebremoting.extend.ParameterProperty
 
getPropertyType() - Method in class org.directwebremoting.extend.PlainProperty
 
getPropertyType() - Method in interface org.directwebremoting.extend.Property
What type does this property
getPropertyType() - Method in class org.directwebremoting.extend.PropertyDescriptorProperty
 
getPropertyType(Class<?>, String) - Static method in class org.directwebremoting.util.LocalUtil
Set a property on an object using reflection
getProviderMajorVersion() - Method in class org.directwebremoting.jms.DwrConnectionMetaData
 
getProviderMinorVersion() - Method in class org.directwebremoting.jms.DwrConnectionMetaData
 
getProviderVersion() - Method in class org.directwebremoting.jms.DwrConnectionMetaData
 
getQuery() - Method in class org.directwebremoting.io.StoreRegion
Accessor for the filter criteria to be used before the range is extracted.
getQueryOptions() - Method in class org.directwebremoting.io.StoreRegion
Partially supported by DWR (ignoreCase attribute only).
getRawData() - Method in class org.directwebremoting.event.DefaultMessageEvent
WARNING: This method is for internal use only.
getRawData() - Method in interface org.directwebremoting.event.MessageEvent
WARNING: This method is for internal use only.
getRedirectedUrl() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the redirect URL set using FakeHttpServletResponse.sendRedirect(String)
getRedirectedUrl() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
Accessor for the redirect URL set using SwallowingHttpServletResponse.sendRedirect(String)
getReferenceVariable() - Method in class org.directwebremoting.extend.NestedOutboundVariable
 
getReferenceVariable() - Method in class org.directwebremoting.extend.NonNestedOutboundVariable
 
getReferenceVariable() - Method in interface org.directwebremoting.extend.OutboundVariable
Get a reference to this OutboundVariable.
getRegistration(String, Class<T>) - Static method in class org.directwebremoting.datasync.Directory
Look up the StoreProvider by ID.
getRemoteCloseFunctionScript(String) - Static method in class org.directwebremoting.extend.EnginePrivate
Call dwr.engine.remote.closeFunction() in the browser
getRemoteExecuteFunctionScript(String, Object[]) - Static method in class org.directwebremoting.extend.EnginePrivate
Call dwr.engine.remote.executeFunction() in the browser
getRemoteExecuteObjectScript(String, String, Object[]) - Static method in class org.directwebremoting.extend.EnginePrivate
Call dwr.engine.remote.executeFunction() in the browser
getRemoteHandleBatchExceptionScript(String, Exception) - Static method in class org.directwebremoting.extend.EnginePrivate
Call dwr.engine.remote.handleServerException() in the browser
getRemoteHandleCallbackScript(String, String, Object) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine.remote.handleResponse() in the browser
getRemoteHandleExceptionScript(String, String, Throwable) - Static method in class org.directwebremoting.extend.EnginePrivate
Call dwr.engine.remote.handleException() in the browser
getRemoteHandleReverseAjaxScript(long, String) - Static method in class org.directwebremoting.extend.EnginePrivate
Call dwr.engine.remote.handleReverseAjax() in the browser
getRemotePollCometDisabledScript(String) - Static method in class org.directwebremoting.extend.EnginePrivate
Call dwr.engine.remote.pollCometDisabled() in the browser
getRemoteSetObjectScript(String, String, Object) - Static method in class org.directwebremoting.extend.EnginePrivate
Call dwr.engine.remote.executeFunction() in the browser
getReply(int) - Method in class org.directwebremoting.extend.Replies
 
getReply() - Method in class org.directwebremoting.extend.Reply
 
getReplyCount() - Method in class org.directwebremoting.extend.Replies
How many replies are there is this request
getRequireEngineScript() - Static method in class org.directwebremoting.extend.EnginePrivate
Get a string which will initialize a dwr.engine object
getResource(String) - Static method in class org.directwebremoting.util.LocalUtil
Open a stream to a file resource located on the classpath.
getResult() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcResponse
 
getReturnType() - Method in class org.directwebremoting.extend.MethodDeclaration
 
getRevision() - Static method in class org.directwebremoting.util.VersionUtil
 
getRoot() - Method in class org.directwebremoting.json.parse.impl.DebuggingJsonDecoder
 
getRoot() - Method in class org.directwebremoting.json.parse.impl.IgnoreJsonDecoder
 
getRoot() - Method in class org.directwebremoting.json.parse.impl.StatefulJsonDecoder
 
getRoot() - Method in interface org.directwebremoting.json.parse.JsonDecoder
When the parse is finished, this gives access to the result
getRootCause(Throwable) - Static method in class org.directwebremoting.util.LocalUtil
Find the leaf cause of an exception chain.
getScope() - Method in class org.directwebremoting.extend.AbstractCreator
 
getScope() - Method in interface org.directwebremoting.extend.Creator
Each Creator creates objects with a given scope.
getScopedInstance() - Method in class org.directwebremoting.impl.CreatorModule
 
getScript() - Method in class org.directwebremoting.create.ScriptedCreator
 
getScript(long) - Method in interface org.directwebremoting.extend.RealScriptSession
Get queued script from the supplied index.
getScript() - Method in interface org.directwebremoting.extend.RealScriptSession.Script
 
getScript(long) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getScriptName() - Method in class org.directwebremoting.extend.Call
 
getScriptPath() - Method in class org.directwebremoting.create.ScriptedCreator
 
getScriptSession() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getScriptSession() - Method in interface org.directwebremoting.WebContext
Get the script session that represents the currently viewed page in the same way that an HttpSession represents a cookie.
getScriptSessionById(String) - Method in interface org.directwebremoting.extend.ScriptSessionManager
Lookup the ScriptSession corresponding to a ScriptSession id.
getScriptSessionById(String) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getScriptSessionById(String) - Method in class org.directwebremoting.impl.DefaultServerContext
 
getScriptSessionById(String) - Method in class org.directwebremoting.impl.TransientScriptSessionManager
 
getScriptSessionById(String) - Method in interface org.directwebremoting.ServerContext
Deprecated. Use Browser.withSession(String, Runnable) instead
getScriptSessionId() - Method in class org.directwebremoting.dwrp.Batch
 
getScriptSessions() - Method in class org.directwebremoting.ui.Callback
Accessor for the ScriptSessions that will reply to the question.
getScriptSessionsByHttpSessionId(String) - Method in interface org.directwebremoting.extend.ScriptSessionManager
Lookup all the windows associated with a given browser
getScriptSessionsByHttpSessionId(String) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getScriptSessionsByHttpSessionId(String) - Method in class org.directwebremoting.impl.TransientScriptSessionManager
 
getScriptSessionsByPage(String) - Method in class org.directwebremoting.impl.DefaultServerContext
 
getScriptSessionsByPage(String) - Method in interface org.directwebremoting.ServerContext
Deprecated. Use Browser.withPage(String, Runnable) instead
getScriptSessionTimeout() - Method in interface org.directwebremoting.extend.ScriptSessionManager
Accessor for the time (in milliseconds) when unused ScriptSessions will expire
getScriptSessionTimeout() - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getScriptSessionTimeout() - Method in class org.directwebremoting.impl.TransientScriptSessionManager
 
getServerContext() - Method in class org.directwebremoting.jms.DwrConnection
 
getServerLoadMonitorImplementation() - Method in interface org.directwebremoting.extend.ContainerAbstraction
The setup process allows the ContainerAbstraction to select a special ServerLoadMonitor implementation
getServerLoadMonitorImplementation() - Method in class org.directwebremoting.server.jetty.JettyContinuationContainerAbstraction
 
getServerLoadMonitorImplementation() - Method in class org.directwebremoting.server.servlet2.Servlet24ContainerAbstraction
 
getServerLoadMonitorImplementation() - Method in class org.directwebremoting.server.servlet3.Servlet30ContainerAbstraction
 
getServletConfig() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getServletConfig() - Static method in class org.directwebremoting.impl.TestEnvironment
 
getServletConfig() - Method in interface org.directwebremoting.ServerContext
Accessor for the servlet config.
getServletContext() - Static method in class org.directwebremoting.guice.DwrGuiceUtil
Gets the servlet context from the thread-local stash, if any, otherwise from the current web context, if one exists, otherwise from the singleton server context, if it exists, otherwise from the first of all server contexts, if there are any, otherwise null.
getServletContext() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getServletContext() - Static method in class org.directwebremoting.impl.TestEnvironment
 
getServletContext() - Method in interface org.directwebremoting.ServerContext
Returns the ServletContext to which this session belongs.
getServletContext() - Method in class org.directwebremoting.util.FakeHttpSession
 
getServletContext() - Method in class org.directwebremoting.util.FakeServletConfig
 
getServletName() - Method in class org.directwebremoting.util.FakeServletConfig
 
getSession() - Method in class org.directwebremoting.event.ScriptSessionEvent
Return the session that changed.
getSession() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getSession(boolean) - Method in class org.directwebremoting.impl.DefaultWebContext
 
getSession() - Method in interface org.directwebremoting.WebContext
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in interface org.directwebremoting.WebContext
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSessionContext() - Method in class org.directwebremoting.util.FakeHttpSession
Deprecated.  
getShort(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getShortProperty(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getSignatures() - Method in class org.directwebremoting.spring.SpringConfigurator
 
getSingletonServerContext() - Static method in class org.directwebremoting.impl.StartupUtil
If there is only once instance of DWR defined in a ServletContext then we can get at it using this method.
getSize() - Method in class org.directwebremoting.io.FileTransfer
Returns the size of the file passed by the browser or -1 if this is not known.
getSleeper(HttpServletRequest) - Static method in class org.directwebremoting.server.jetty.JettyContinuationSleeper
Retrieve a stashed sleeper from a request.
getSort() - Method in class org.directwebremoting.io.StoreRegion
Accessor for the sort criteria to be used before the range is extracted.
getSourceStream() - Method in class org.directwebremoting.util.DelegatingServletInputStream
 
getStart() - Method in class org.directwebremoting.io.StoreRegion
Accessor for the start of the range of interest.
getState() - Method in class org.directwebremoting.jms.DwrConnection
Children need to know if they can send messages.
getStatus() - Method in class org.directwebremoting.util.FakeHttpServletResponse
What HTTP status code should be returned?
getStatus() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
What HTTP status code should be returned?
getString() - Method in class org.directwebremoting.extend.FormField
Returns the contents of the file item as a String.
getString(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getString() - Method in class org.directwebremoting.json.types.JsonString
 
getString() - Method in class org.directwebremoting.json.types.JsonValue
Often when dealing with a JsonValue you know which subtype it is, this allows you to assume it is a string and get the Java value quickly.
getStringProperty(String) - Method in class org.directwebremoting.jms.DwrMessage
 
getSystemClassloadTime() - Static method in class org.directwebremoting.util.LocalUtil
Get a timestamp for the earliest time that we know the JVM started
getTargetSessions() - Static method in class org.directwebremoting.Browser
This method discovers the sessions that are currently being targeted by browser updates.
getTargetSessions() - Method in interface org.directwebremoting.extend.TaskDispatcher
This method discovers the sessions that are currently being targeted by browser updates.
getTargetSessions() - Method in class org.directwebremoting.impl.DefaultTaskDispatcher
 
getTargetStream() - Method in class org.directwebremoting.util.DelegatingServletInputStream
Accessor for the stream that we are proxying to
getTargetStream() - Method in class org.directwebremoting.util.DelegatingServletOutputStream
Accessor for the stream that we are proxying to
getText() - Method in class org.directwebremoting.jms.DwrMessage
 
getText(Node) - Static method in class org.directwebremoting.util.DomUtil
Extract the textual content from a Node.
getText() - Method in interface org.directwebremoting.webwork.AjaxTextResult
Gets the string representation of the rendered action result.
getText() - Method in class org.directwebremoting.webwork.DefaultAjaxTextResult
 
getThrowable() - Method in class org.directwebremoting.extend.Reply
 
getTimeToLive() - Method in class org.directwebremoting.jms.DwrMessageProducer
 
getTitle() - Static method in class org.directwebremoting.util.VersionUtil
 
getTopicName() - Method in class org.directwebremoting.jms.DwrTopic
 
getTotalMatchCount() - Method in class org.directwebremoting.io.MatchedItems
Accessor for the total number of matches (before start/count filtering)
getTransacted() - Method in class org.directwebremoting.jms.DwrSession
 
getType() - Method in class org.directwebremoting.beehive.PageFlowCreator
 
getType() - Method in class org.directwebremoting.create.Ejb3Creator
 
getType() - Method in class org.directwebremoting.create.NewCreator
 
getType() - Method in class org.directwebremoting.create.NullCreator
 
getType() - Method in class org.directwebremoting.create.ScriptedCreator
 
getType() - Method in class org.directwebremoting.create.StaticCreator
 
getType() - Method in interface org.directwebremoting.extend.Creator
Accessor for the java.lang.Class that this Creator allows access to.
getType() - Method in class org.directwebremoting.extend.InboundVariable
 
getType() - Method in class org.directwebremoting.faces.AbstractJsfCreator
 
getType() - Method in class org.directwebremoting.guice.GuiceCreator
The class named through setClass.
getType() - Method in class org.directwebremoting.spring.BeanCreator
Accessor for the class that this creator allows access to.
getType() - Method in class org.directwebremoting.spring.ConverterConfig
Gets the converter type.
getType() - Method in class org.directwebremoting.spring.SpringCreator
 
getType() - Method in class org.directwebremoting.struts.StrutsCreator
 
getUserAgentDebugString(HttpServletRequest) - Static method in class org.directwebremoting.util.BrowserDetect
This method is for debugging only
getValue(Object, String) - Method in interface org.directwebremoting.datasync.AttributeValueExtractor
Get an attribute/property from a bean.
getValue(Object, String) - Method in class org.directwebremoting.datasync.PojoAttributeValueExtractor
 
getValue() - Method in class org.directwebremoting.event.ScriptSessionBindingEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue(Object) - Method in class org.directwebremoting.extend.ConstructorProperty
 
getValue(Object) - Method in class org.directwebremoting.extend.FieldProperty
 
getValue() - Method in class org.directwebremoting.extend.InboundVariable
 
getValue(Object) - Method in class org.directwebremoting.extend.NestedProperty
 
getValue(Object) - Method in class org.directwebremoting.extend.OverrideProperty
 
getValue(Object) - Method in class org.directwebremoting.extend.ParameterProperty
 
getValue(Object) - Method in class org.directwebremoting.extend.PlainProperty
 
getValue(Object) - Method in interface org.directwebremoting.extend.Property
Get the value of this property of the passed in java bean
getValue(Object) - Method in class org.directwebremoting.extend.PropertyDescriptorProperty
 
getValue(Object) - Method in class org.directwebremoting.hibernate.H3PropertyDescriptorProperty
 
getValue(String, boolean) - Static method in enum org.directwebremoting.impl.AccessLogLevel
This is a safe valueOf method.
getValue(String) - Method in class org.directwebremoting.util.FakeHttpSession
Deprecated. 
getValueNames() - Method in class org.directwebremoting.util.FakeHttpSession
Deprecated. 
getVersion() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getVersion() - Method in exception org.directwebremoting.jsonrpc.io.JsonRpcCallException
 
getVersion() - Method in class org.directwebremoting.jsonrpc.io.JsonRpcCalls
 
getVersion() - Method in interface org.directwebremoting.ServerContext
Fish the version number out of the dwr.properties file.
getVersion() - Static method in class org.directwebremoting.util.VersionUtil
Deprecated. Use VersionUtil.getLabel()
getViewedMatches() - Method in class org.directwebremoting.io.MatchedItems
Accessor for the matched items (after start/count filtering)
getWebContextBuilder() - Static method in class org.directwebremoting.impl.TestEnvironment
 
getWriteMethod(Class<?>, PropertyDescriptor) - Static method in class org.directwebremoting.util.LocalUtil
Obtains the write method for a property.
getWriter() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getWriter() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
GLOBAL - Static variable in class org.directwebremoting.guice.DwrScopes
Global application scope: like DwrScopes.APPLICATION, but objects in this scope are not eagerly initialized and Closeable objects in this scope are closed during servlet context destruction (not during DWR servlet destruction).
GlobalApplicationScoped - Annotation Type in org.directwebremoting.guice
Marks classes for which there should be one instance per web application (i.e., per servlet context).
GlobalFilter - Annotation Type in org.directwebremoting.annotations
A global filter that filters all remote accesses to classes.
grow(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Deprecated. Call the script.aculo.us Effect.grow() function.
grow(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Deprecated. Call the script.aculo.us Effect.Grow() function.
GuiceCreator - Class in org.directwebremoting.guice
A creator that uses Guice dependency injection to create remoted objects.
GuiceCreator() - Constructor for class org.directwebremoting.guice.GuiceCreator
 

Copyright ยจ 2008
A B C D E F G H I J K L M N O P Q R S T U V W X Y