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

G

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
 
generateId(int) - Method in class org.directwebremoting.util.IdGenerator
Generate and return a new session identifier.
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
 
generateInterfaceScript(String, String) - Method in interface org.directwebremoting.extend.Remoter
Generate some Javascript that forms an interface definition
generateInterfaceScript(String, String) - Method in class org.directwebremoting.impl.DefaultRemoter
 
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
 
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
 
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(Object) - Method in class org.directwebremoting.extend.OutboundContext
Have we already converted an object?
get() - Method in class org.directwebremoting.guice.AbstractContextScope
 
get() - Method in class org.directwebremoting.guice.AbstractMapContextScope
 
get(ConcurrentMap, Key<T>, String) - Method in class org.directwebremoting.guice.AbstractMapContextScope
 
get() - Method in class org.directwebremoting.guice.AbstractSimpleContextScope
 
get(C, String) - Method in class org.directwebremoting.guice.AbstractSimpleContextScope
 
get(C, Key<T>, String) - Method in class org.directwebremoting.guice.AbstractSimpleContextScope
 
get(R, Key<T>, String) - Method in interface org.directwebremoting.guice.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.ContextScope
The context identifier used to look up an instance registry.
get(Object) - Method in class org.directwebremoting.impl.ContainerMap
 
get(ServletContext) - Method in class org.directwebremoting.impl.DefaultServerContextBuilder
 
get() - Method in class org.directwebremoting.impl.DefaultWebContextBuilder
 
get(ServletContext) - Static method in class org.directwebremoting.ServerContextFactory
Accessor for the current ServerContext.
get(ServletContext) - Method in interface org.directwebremoting.ServerContextFactory.ServerContextBuilder
Accessor for the current ServerContext
get() - Static method in class org.directwebremoting.WebContextFactory
Accessor for the current WebContext.
get() - Method in interface org.directwebremoting.WebContextFactory.WebContextBuilder
 
get() - Static method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated. Use WebContextFactory.get() for better results
get() - Static method in class uk.ltd.getahead.dwr.WebContextFactory
Deprecated. Use org.directwebremoting.WebContextFactory.get()
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
 
getAlgorithm() - Method in class org.directwebremoting.util.IdGenerator
 
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.
getAllParameters() - Method in class org.directwebremoting.dwrp.Batch
 
getAllPublishedContainers(ServletContext) - Static method in class org.directwebremoting.impl.ContainerUtil
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 interface org.directwebremoting.ServerContext
Get a list of all the ScriptSessions known to this server at the given time.
getAllScriptSessions() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getAllSuperclasses(Class) - Static method in class org.directwebremoting.util.LocalUtil
Return a List of superclasses for the given class.
getAssignCode() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
 
getAssignCode() - Method in class org.directwebremoting.dwrp.ReferenceOutboundVariable
 
getAssignCode() - Method in interface org.directwebremoting.extend.OutboundVariable
 
getAttribute(String) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getAttribute(String) - Method in interface org.directwebremoting.ScriptSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getAttribute(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
getAttribute(String) - Method in class org.directwebremoting.util.FakeServletContext
 
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 session.
getAttributeNames() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getAttributeNames() - Method in class org.directwebremoting.util.FakeHttpSession
 
getAttributeNames() - Method in class org.directwebremoting.util.FakeServletContext
 
getAuth() - Method in class org.directwebremoting.spring.CreatorConfig
Sets the authentication parameters for this creator.
getAuthType() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
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
 
getBatchId() - Method in class org.directwebremoting.dwrp.PollBatch
 
getBatchId() - Method in class org.directwebremoting.extend.Calls
 
getBatchId() - Method in class org.directwebremoting.extend.Replies
 
getBean(String) - Method in interface org.directwebremoting.Container
Get an instance of a bean of a given name (usually name=class name).
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
 
getBufferSize() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getBufferSize() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getBuildCode() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
 
getBuildCode() - Method in class org.directwebremoting.dwrp.ReferenceOutboundVariable
 
getBuildCode() - Method in interface org.directwebremoting.extend.OutboundVariable
 
getCall(int) - Method in class org.directwebremoting.extend.Calls
 
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.Batch
 
getCause() - Method in exception org.directwebremoting.extend.MarshallException
 
getCause() - Method in exception org.directwebremoting.extend.ServerException
 
getCharacterEncoding() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getCharacterEncoding() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getCharacterEncoding() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getClass(Object) - Method in class org.directwebremoting.hibernate.H3BeanConverter
Hibernate makes Object.getClass() diffficult ...
getClassName() - Method in class org.directwebremoting.create.NewCreator
Gets the name of the class to create.
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.SmallSiteServerLoadMonitor
 
getConnectedTime() - Method in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
 
getContainer() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getContainer() - Method in interface org.directwebremoting.ServerContext
Accessor for the IoC container.
getContainer() - Method in class org.directwebremoting.servlet.DwrServlet
Accessor for the DWR IoC container.
getContainer() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
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.util.FakeHttpServletRequest
 
getContentLength() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the content length of the output
getContentType() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getContentType() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getContentType() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getContext(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getContextPath() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getContextPath() - Method in class org.directwebremoting.util.FakeServletContext
See Servlet API version 2.5
getConversionType() - Method in exception org.directwebremoting.extend.MarshallException
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 class org.directwebremoting.dwrp.DefaultConverterManager
 
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
 
getConverterManager() - Method in class org.directwebremoting.convert.BasicObjectConverter
Accessor for the current ConverterManager
getConverterMatchStrings() - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
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
 
getCookie(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
Get a cookie by a given name
getCookies() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getCookies() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the array of current cookies
getCreationTime() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getCreationTime() - Method in interface org.directwebremoting.ScriptSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCreationTime() - Method in class org.directwebremoting.util.FakeHttpSession
 
getCreator(String) - Method in interface org.directwebremoting.extend.CreatorManager
Find an Creator by name
getCreator(String) - Method in class org.directwebremoting.guice.InternalCreatorManager
 
getCreator(String) - 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() - Method in interface org.directwebremoting.extend.CreatorManager
Get a list of the javascript names of the allowed creators.
getCreatorNames() - Method in class org.directwebremoting.guice.InternalCreatorManager
 
getCreatorNames() - 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
What is the URL of the current page.
getCurrentPage() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getCurrentSession(ServletContext) - Static method in class org.directwebremoting.hibernate.H3SessionAjaxFilter
Get access to a Session, given the SessionFactory linked in H3SessionAjaxFilter.setSessionFactory(ServletContext, SessionFactory)
getCurrentTypeHintContext() - Method in class org.directwebremoting.extend.InboundContext
 
getDateHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getDeclareCode() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
 
getDeclareCode() - Method in class org.directwebremoting.dwrp.ReferenceOutboundVariable
 
getDeclareCode() - Method in interface org.directwebremoting.extend.OutboundVariable
 
getDelay() - Method in class org.directwebremoting.filter.ExtraLatencyAjaxFilter
 
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.SmallSiteServerLoadMonitor
 
getDisconnectedTime() - Method in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
 
getEngineInitScript() - Static method in class org.directwebremoting.extend.EnginePrivate
Get a string which will initialize a dwr.engine object
getErrorAlarm() - Method in class org.directwebremoting.dwrp.BaseScriptConduit
 
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)
getException() - Method in class org.directwebremoting.extend.Call
 
getExecuteFunctionName() - Static method in class org.directwebremoting.extend.EnginePrivate
DefaultRemoter needs to know the name of the execute function
getExtraTypeInfo(TypeHintContext) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
getExtraTypeInfo(TypeHintContext) - Method in interface org.directwebremoting.extend.ConverterManager
The extra type information that we have learnt about a method parameter.
getExtraTypeInfo() - Method in class org.directwebremoting.extend.TypeHintContext
Find the parameterized type information for this parameter either using JDK5 introspection or
getExtraTypeInfo(TypeHintContext) - Method in class org.directwebremoting.guice.InternalConverterManager
 
getFactoryMethod() - Method in class org.directwebremoting.create.SingletonCreator
 
getFilters() - Method in class org.directwebremoting.spring.CreatorConfig
Gets the list of all filters for this creator.
getForwardedUrl() - Method in class org.directwebremoting.util.FakeHttpServletResponse
What URL are we forwarding to?
getHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for a header by a given name
getHeaderNames() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getHeaderNames() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the current set of headers
getHeaders(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
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.
getHttpServletRequest() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getHttpServletResponse() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getHttpServletResponse() - Method in interface org.directwebremoting.WebContext
Accessor for the http response bean.
getHttpServletResponse() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getHttpSessionId() - Method in class org.directwebremoting.dwrp.Batch
 
getHttpSessionId() - Method in class org.directwebremoting.dwrp.PollBatch
 
getId() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getId() - Method in interface org.directwebremoting.ScriptSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in class org.directwebremoting.util.FakeHttpSession
 
getInboundContexts() - Method in class org.directwebremoting.dwrp.Batch
 
getInboundVariable(String) - Method in class org.directwebremoting.extend.InboundContext
Internal method to allow entries to resolve references
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?
getInitParameter(String) - Method in class org.directwebremoting.util.FakeServletConfig
 
getInitParameter(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getInitParameterNames() - Method in class org.directwebremoting.util.FakeServletConfig
 
getInitParameterNames() - Method in class org.directwebremoting.util.FakeServletContext
 
getInputStream() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
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.SingletonCreator
 
getInstance() - Method in interface org.directwebremoting.extend.Creator
Accessor for the/an instance of this Creator.
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
 
getInstanceType() - Method in class org.directwebremoting.convert.BasicObjectConverter
 
getInstanceType() - Method in interface org.directwebremoting.extend.NamedConverter
 
getIntHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getJavascript() - Method in class org.directwebremoting.convert.BasicObjectConverter
 
getJavascript() - Method in class org.directwebremoting.create.AbstractCreator
 
getJavascript() - Method in interface org.directwebremoting.extend.Creator
How is this creator refered to in Javascript land?
getJavascript() - Method in interface org.directwebremoting.extend.NamedConverter
Accessor for the javascript class name for the converted objects.
getJavascriptClassName() - Method in class org.directwebremoting.spring.ConverterConfig
 
getKeysInScope() - Method in class org.directwebremoting.guice.AbstractContextScope
 
getKeysInScope() - Method in interface org.directwebremoting.guice.ContextScope
The keys bound in this scope.
getLanguage() - Method in class org.directwebremoting.create.ScriptedCreator
The language that 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 session, 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
 
getLocalAddr() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLocale() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLocale() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getLocale() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getLocales() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLocalName() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLocalPort() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLogger(Class) - Static method in class org.directwebremoting.util.Logger
 
getLookup() - Method in class org.directwebremoting.extend.InboundVariable
 
getMajorVersion() - Method in class org.directwebremoting.util.FakeServletContext
 
getManagedBeanName() - Method in class org.directwebremoting.faces.JsfCreator
 
getMaxInactiveInterval() - Method in class org.directwebremoting.util.FakeHttpSession
 
getMethod() - Method in class org.directwebremoting.extend.Call
 
getMethod() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getMethodName() - Method in class org.directwebremoting.extend.Call
 
getMimeType(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getMinorVersion() - Method in class org.directwebremoting.util.FakeServletContext
 
getName() - Method in class org.directwebremoting.convert.PlainProperty
 
getName() - Method in interface org.directwebremoting.extend.Property
Gets the name of this property
getName() - Method in enum org.directwebremoting.guice.ParamName
 
getName() - Method in class org.directwebremoting.impl.FieldProperty
 
getName() - Method in class org.directwebremoting.impl.PropertyDescriptorProperty
 
getNamedDispatcher(String) - Method in class org.directwebremoting.util.FakeServletContext
 
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
 
getObject() - Method in class org.directwebremoting.util.Continuation
Accessor for the object associated with this continuation
getOpenContexts() - Method in class org.directwebremoting.guice.AbstractContextScope
 
getOpenContexts() - Method in interface org.directwebremoting.guice.ContextScope
The context identifiers of all open contexts that this scope knows about.
getOutputStream() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getOutputStream() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getPage() - Method in class org.directwebremoting.dwrp.Batch
 
getParameter(int, int) - Method in class org.directwebremoting.extend.InboundContext
Get a parameter by index
getParameter(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getParameterCount() - Method in class org.directwebremoting.extend.InboundContext
How many parameters are there?
getParameterCount(int) - Method in class org.directwebremoting.extend.InboundContext
This is a bit of a hack, needed for debug purposes - it counts the parameters (including method and script params) for a given call number
getParameterMap() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getParameterNames() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getParameters() - Method in class org.directwebremoting.extend.Call
 
getParameterValues(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
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.
getPathInfo() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getPathTranslated() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getPrefix() - Method in class org.directwebremoting.util.DebuggingPrintWriter
How to we prefix all the debugging lines?
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 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.H2BeanConverter
 
getPropertyMapFromObject(Object, boolean, boolean) - Method in class org.directwebremoting.hibernate.H3BeanConverter
 
getPropertyType() - Method in class org.directwebremoting.convert.PlainProperty
 
getPropertyType() - Method in interface org.directwebremoting.extend.Property
What type does this property
getPropertyType() - Method in class org.directwebremoting.impl.FieldProperty
 
getPropertyType() - Method in class org.directwebremoting.impl.PropertyDescriptorProperty
 
getProtocol() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getQueryString() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRank() - Method in class org.directwebremoting.extend.ScriptConduit
ScriptConduits have a rank that indicates the priority order in which we should send scripts to them.
getReader() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRealPath(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRealPath(String) - Method in class org.directwebremoting.util.FakeServletContext
 
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.dwrp.AbstractOutboundVariable
 
getReferenceVariable() - Method in class org.directwebremoting.dwrp.ReferenceOutboundVariable
 
getReferenceVariable() - Method in interface org.directwebremoting.extend.OutboundVariable
Get a reference to this OutboundVariable.
getRemoteAddr() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRemoteHandleBatchExceptionScript(String, Exception) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remoteHandleServerException() in the browser
getRemoteHost() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRemotePollCometDisabledScript(String) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remotePollCometDisabled() in the browser
getRemotePort() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRemoteUser() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
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
getRequestDispatcher(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getRequestedSessionId() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRequestURI() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRequestURL() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getResource(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getResourceAsStream(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getResourcePaths(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getScheme() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getScope() - Method in class org.directwebremoting.create.AbstractCreator
 
getScope() - Method in interface org.directwebremoting.extend.Creator
Each Creator creates objects with a given scope.
getScript() - Method in class org.directwebremoting.create.ScriptedCreator
 
getScriptId() - Method in class org.directwebremoting.dwrp.PollBatch
 
getScriptLock() - Method in interface org.directwebremoting.extend.RealScriptSession
Deprecated.  
getScriptLock() - 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.dwrp.PollBatch
 
getScriptSession(String) - Method in interface org.directwebremoting.extend.ScriptSessionManager
For a given script session id, either create a new ScriptSession object or retrieve an existing one if one exists.
getScriptSession(String) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
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.
getScriptSession() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getScriptSessionId() - Method in class org.directwebremoting.dwrp.Batch
 
getScriptSessionsByPage(String) - Method in interface org.directwebremoting.extend.ScriptSessionManager
For a given script session id, either create a new ScriptSession object or retrieve an existing one if one exists.
getScriptSessionsByPage(String) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getScriptSessionsByPage(String) - Method in class org.directwebremoting.impl.DefaultServerContext
 
getScriptSessionsByPage(String) - Method in interface org.directwebremoting.ServerContext
Get a list of all ScriptSessions on a given page.
getScriptSessionsByPage(String) - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
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
 
getServerInfo() - Method in class org.directwebremoting.util.FakeServletContext
 
getServerName() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getServerPort() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getServlet(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getServletConfig() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getServletConfig() - Method in interface org.directwebremoting.ServerContext
Accessor for the servlet config.
getServletConfig() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getServletContext() - Method in class org.directwebremoting.impl.DefaultServerContext
 
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
 
getServletContext() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getServletContextName() - Method in class org.directwebremoting.util.FakeServletContext
 
getServletName() - Method in class org.directwebremoting.util.FakeServletConfig
 
getServletNames() - Method in class org.directwebremoting.util.FakeServletContext
 
getServletPath() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getServlets() - Method in class org.directwebremoting.util.FakeServletContext
 
getSession() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getSession(boolean) - Method in class org.directwebremoting.impl.DefaultWebContext
 
getSession(boolean) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getSession() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
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.
getSession() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getSession(boolean) - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getSessionContext() - Method in class org.directwebremoting.util.FakeHttpSession
Deprecated.  
getSetter() - Method in class org.directwebremoting.convert.PlainProperty
 
getSetter() - Method in interface org.directwebremoting.extend.Property
This is a nasty hack - TypeHintContext needs a Method.
getSetter() - Method in class org.directwebremoting.impl.FieldProperty
 
getSetter() - Method in class org.directwebremoting.impl.PropertyDescriptorProperty
 
getShortClassName(Class) - Static method in class org.directwebremoting.util.LocalUtil
Get the short class name (i.e.
getSignatures() - Method in class org.directwebremoting.spring.SpringConfigurator
 
getSourceControlInfo() - Static method in class org.directwebremoting.util.VersionUtil
Fish the version number out of the dwr.properties file.
getSourceStream() - Method in class org.directwebremoting.util.DelegatingServletInputStream
 
getSpareParameters() - Method in class org.directwebremoting.dwrp.Batch
 
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(String) - Static method in class org.directwebremoting.util.Messages
Internationalize a simple string
getString(String, Object) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
getString(String, Object, Object) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
getString(String, Object, Object, Object) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
getString(String, Object, Object, Object, Object) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
getString(String, Object[]) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
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(Node) - Static method in class org.directwebremoting.util.DomUtil
Extract the textual content from a Node.
getThrowable() - Method in class org.directwebremoting.extend.Reply
 
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.SingletonCreator
 
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.JsfCreator
 
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
 
getUserPrincipal() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getValue(Object) - Method in class org.directwebremoting.convert.PlainProperty
 
getValue() - Method in class org.directwebremoting.extend.InboundVariable
 
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.hibernate.H2PropertyDescriptorProperty
 
getValue(Object) - Method in class org.directwebremoting.hibernate.H3PropertyDescriptorProperty
 
getValue(Object) - Method in class org.directwebremoting.impl.FieldProperty
 
getValue(Object) - Method in class org.directwebremoting.impl.PropertyDescriptorProperty
 
getValue(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
getValueNames() - Method in class org.directwebremoting.util.FakeHttpSession
 
getVersion() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getVersion() - Method in class org.directwebremoting.impl.DefaultWebContext
 
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
Fish the version number out of the dwr.properties file.
getVersion() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
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.
goToSleep(Runnable) - Method in class org.directwebremoting.dwrp.JettyContinuationSleeper
 
goToSleep(Runnable) - Method in class org.directwebremoting.dwrp.ThreadWaitSleeper
 
grow(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.grow() function.
grow(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
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 ? 2005
A B C D E F G H I J K L M N O P R S T U V W X Y