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

I

IdGenerator - Class in org.directwebremoting.util
Code to generate page ids.
IdGenerator() - Constructor for class org.directwebremoting.util.IdGenerator
Seed the random number
IDWRActionProcessor - Interface in org.directwebremoting.webwork
DWRAction pre/post processor.
IFrame - Static variable in class org.directwebremoting.proxy.dwr.Engine
XHR remoting type constant.
ImageIOFileGenerator - Class in org.directwebremoting.impl
A way to convert BufferedImages to files so they can be written using a FileServingServlet or similar.
ImageIOFileGenerator(BufferedImage, String, String, String) - Constructor for class org.directwebremoting.impl.ImageIOFileGenerator
Setup the image to convert
INBOUND_ARRAY_END - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How are javascript arrays begun
INBOUND_ARRAY_SEPARATOR - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How are javascript array elements separated
INBOUND_ARRAY_START - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How are javascript arrays ended
INBOUND_CALL_COUNT - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How many calls are there in this request?
INBOUND_CALLNUM_PREFIX - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The prefix to the call number on inbound calls
INBOUND_CALLNUM_SUFFIX - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The suffix to the call number on inbound calls
INBOUND_DECL_SEPARATOR - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The character to use to distinguish between the variable name and the variable value
INBOUND_INDEX_TYPE - Static variable in class org.directwebremoting.util.LocalUtil
splitInbound() returns the type info in this parameter
INBOUND_INDEX_VALUE - Static variable in class org.directwebremoting.util.LocalUtil
splitInbound() returns the value info in this parameter
INBOUND_KEY_BATCHID - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The parameter that specifies the batch identifier
INBOUND_KEY_ENV - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
What prefix do we put to the environment parameters
INBOUND_KEY_HTTP_SESSIONID - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The parameter that specifies the http session identifier
INBOUND_KEY_ID - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
Used to define the id of this call
INBOUND_KEY_METADATA - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
What prefix do we put to the meta-data parameters
INBOUND_KEY_METHODNAME - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The inbound key to define the method to be called
INBOUND_KEY_PAGE - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The parameter that specifies the current page
INBOUND_KEY_PARAM - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
What prefix do we put to the input parameters
INBOUND_KEY_PARTIAL_RESPONSE - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The inbound key to declare if the XHR.responseText is readable when half filled
INBOUND_KEY_SCRIPT_SESSIONID - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The parameter that specifies the script session identifier
INBOUND_KEY_SCRIPTNAME - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The inbound key to define the class to be used.
INBOUND_KEY_WINDOWNAME - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
Window name is used by reverse ajax to get around the 2 connection limit
INBOUND_MAP_END - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How javascript associative arrays (maps) are ended
INBOUND_MAP_ENTRY - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How javascript map entries are split into name/value pairs
INBOUND_MAP_SEPARATOR - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How javascript map entries are split from each other
INBOUND_MAP_START - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How javascript associative arrays (maps) are started
INBOUND_NULL - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
null is sometimes needed in a javascript map
INBOUND_TYPE_SEPARATOR - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The character that we use to separate types for values in inbound variables
InboundContext - Class in org.directwebremoting.extend
InboundContext is the context for set of inbound conversions.
InboundContext() - Constructor for class org.directwebremoting.extend.InboundContext
 
InboundVariable - Class in org.directwebremoting.extend
A simple struct to hold data about a single converted javascript variable.
InboundVariable(InboundContext, String, String, String) - Constructor for class org.directwebremoting.extend.InboundVariable
Parsing ctor
InboundVariable(InboundContext, String, String, FormField) - Constructor for class org.directwebremoting.extend.InboundVariable
Parsing ctor
InboundVariable.OnJsonParseError - Enum in org.directwebremoting.extend
 
include(String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add an include rule to a Creator.
include(ServletRequest, ServletResponse) - Method in class org.directwebremoting.util.FakeRequestDispatcher
 
IndexHandler - Class in org.directwebremoting.servlet
A handler for requests to create a debug index page
IndexHandler() - Constructor for class org.directwebremoting.servlet.IndexHandler
 
indexOf(Object) - Method in class org.directwebremoting.json.JsonArray
 
info(String) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
info(String) - Method in class org.directwebremoting.util.Logger
Logger an info message
info(String) - Method in interface org.directwebremoting.util.LoggingOutput
Logger an info message
info(String) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
info(String) - Method in class org.directwebremoting.util.SystemOutLoggingOutput
 
init(FilterConfig) - Method in class org.directwebremoting.faces.FacesExtensionFilter
 
init(ServletConfig) - Method in class org.directwebremoting.guice.DwrGuiceServlet
Copies DWR configuration values from the Guice bindings into servletConfig to make these values accessible to the standard DWR servlet configuration machinery.
init(ServletConfig) - Method in class org.directwebremoting.servlet.DwrServlet
 
init(FilterConfig) - Method in class org.directwebremoting.servlet.DwrWebContextFilter
 
init() - Method in class org.directwebremoting.spring.DwrAnnotationNamespaceHandler
Add a new Parser to register
init() - Method in class org.directwebremoting.spring.DwrNamespaceHandler
 
init(ServletConfig) - Method in class org.directwebremoting.spring.DwrSpringServlet
 
INIT_CONFIG - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: Set a dwr.xml config file.
INIT_CUSTOM_CONFIGURATOR - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: If you wish to use a custom configurator, place its class name here
INIT_LOGLEVEL - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: If we are doing Servlet.log logging, to what level?
INIT_SKIP_DEFAULT - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: Skip reading the default config file if none are specified.
initApplicationContext() - Method in class org.directwebremoting.spring.DwrHandlerMapping
Maps the URLs (/engine.js, /util.js, /interface/**, /call/**) and continues.
initContainerBeans(ServletConfig, ServletContext, Container) - Static method in class org.directwebremoting.impl.StartupUtil
Get the various objects out of the Container, and configure them.
initHub(ServletContext, Container) - Static method in class org.directwebremoting.impl.StartupUtil
Deprecated. Use StartupUtil.initContainerBeans(ServletConfig, ServletContext, Container)
InitializingBean - Interface in org.directwebremoting.extend
Interface to be implemented by beans that need to react once all their properties have been set by a Container: for example, to perform custom initialization.
initServerContext(ServletConfig, ServletContext, Container) - Static method in class org.directwebremoting.impl.StartupUtil
Deprecated. Use StartupUtil.initContainerBeans(ServletConfig, ServletContext, Container)
initWebContext(ServletConfig, ServletContext, Container) - Static method in class org.directwebremoting.impl.StartupUtil
Deprecated. Use StartupUtil.initContainerBeans(ServletConfig, ServletContext, Container)
injecting(String, Key<?>...) - Method in interface org.directwebremoting.guice.BindUtil.BindingProvider
Adds injection of a method defined by the given name and parameter types (specified as Guice keys) to this provider.
InMemoryDownloadManager - Class in org.directwebremoting.impl
A DownloadManager that simply stores the links in-memory.
InMemoryDownloadManager() - Constructor for class org.directwebremoting.impl.InMemoryDownloadManager
 
InputStreamFileGenerator - Class in org.directwebremoting.impl
A way to convert BufferedImages to files so they can be written using a FileServingServlet or similar.
InputStreamFileGenerator(InputStream, String, String) - Constructor for class org.directwebremoting.impl.InputStreamFileGenerator
Setup the image to convert
InstanceMap<T> - Interface in org.directwebremoting.guice
A specialization of ConcurrentMap with keys of type Key<T> and values of type InstanceProvider<T>.
InstanceProvider<T> - Interface in org.directwebremoting.guice
Marker interface for ContextRegistry implementations to recognize registered instance providers.
InterfaceHandler - Class in org.directwebremoting.servlet
A handler for interface generation requests
InterfaceHandler() - Constructor for class org.directwebremoting.servlet.InterfaceHandler
Setup the JavaScriptHandler defaults
InternalAjaxFilterManager - Class in org.directwebremoting.guice
Extends an existing ajax filter manager with an injected list of ajax filters specified at Guice bind-time.
InternalAjaxFilterManager() - Constructor for class org.directwebremoting.guice.InternalAjaxFilterManager
Retrieves an underlying ajaxFilter manager from thread-local state to which this class delegates AjaxFilterManager calls.
InternalConfigurator - Class in org.directwebremoting.guice
Delegates to an injected configurator.
InternalConfigurator() - Constructor for class org.directwebremoting.guice.InternalConfigurator
 
InternalConverterManager - Class in org.directwebremoting.guice
Extends an existing converter manager with an injected list of converters specified at Guice bind-time.
InternalConverterManager() - Constructor for class org.directwebremoting.guice.InternalConverterManager
Retrieves an underlying converter manager from thread-local state to which this class delegates ConverterManager calls.
InternalCreatorManager - Class in org.directwebremoting.guice
Extends an existing creator manager with an injected list of creators specified at Guice bind-time.
InternalCreatorManager() - Constructor for class org.directwebremoting.guice.InternalCreatorManager
Retrieves an underlying creator manager from thread-local state to which this class delegates CreatorManager calls.
invalidate() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
invalidate() - Method in interface org.directwebremoting.ScriptSession
Invalidates this session then unbinds any objects bound to it.
invalidate() - Method in class org.directwebremoting.util.FakeHttpSession
 
InvalidJsonException - Exception in org.directwebremoting.json
 
InvalidJsonException() - Constructor for exception org.directwebremoting.json.InvalidJsonException
 
InvalidJsonException(String) - Constructor for exception org.directwebremoting.json.InvalidJsonException
 
InvalidJsonException(Throwable) - Constructor for exception org.directwebremoting.json.InvalidJsonException
 
InvalidJsonException(String, Throwable) - Constructor for exception org.directwebremoting.json.InvalidJsonException
 
invoke(Object, Method, Object[]) - Static method in class org.directwebremoting.util.LocalUtil
Calling methods using reflection is useful for graceful fallback - this is a helper method to make this easy
isArrayByteBase64(byte[]) - Static method in class org.directwebremoting.util.Base64
 
isAvailable() - Method in class org.directwebremoting.util.Continuation
Are continuations working? If this method returns false then all the other methods will fail.
isCacheable() - Method in class org.directwebremoting.create.AbstractCreator
 
isCacheable() - Method in interface org.directwebremoting.extend.Creator
Is the class behind the Creator likely to change over time? TODO: We should probably remove this.
isCommitted() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
isCommitted() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
isConvertable(Class<?>) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
 
isConvertable(Class<?>) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
isConvertable(Class<?>) - Method in interface org.directwebremoting.extend.ConverterManager
Check if we can coerce the given type
isConvertable(Class<?>) - Method in interface org.directwebremoting.extend.Marshaller
Check if we can coerce the given type
isConvertable(Class<?>) - Method in class org.directwebremoting.guice.InternalConverterManager
 
isDebug() - Method in interface org.directwebremoting.extend.CreatorManager
Debug mode allows access to the list of creator names
isDebug() - Method in class org.directwebremoting.guice.InternalCreatorManager
 
isDebug() - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
isDebugEnabled() - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
isDebugEnabled() - Method in class org.directwebremoting.util.Logger
Save CPU time when we are not debugging
isDebugEnabled() - Method in interface org.directwebremoting.util.LoggingOutput
Save CPU time when we are not debugging
isDebugEnabled() - Method in class org.directwebremoting.util.ServletLoggingOutput
 
isDebugEnabled() - Method in class org.directwebremoting.util.SystemOutLoggingOutput
 
isEmpty() - Method in class org.directwebremoting.impl.ContainerMap
 
isEmpty() - Method in class org.directwebremoting.json.JsonArray
 
isEmpty() - Method in class org.directwebremoting.json.JsonObject
 
isEquivalent(Class<?>, Class<?>) - Static method in class org.directwebremoting.util.LocalUtil
True if c1 is java.lang.Boolean and c2 is boolean, etc.
isExecuteResult() - Method in class org.directwebremoting.webwork.ActionDefinition
 
isFile() - Method in class org.directwebremoting.extend.FormField
Determines whether or not a FormField instance represents a simple form field.
isForce() - Method in class org.directwebremoting.spring.ConverterConfig
If true DWR will use reflection modifiers to access private members of objects
isGet() - Method in class org.directwebremoting.dwrp.Batch
Is this request from a GET?
isGet() - Method in class org.directwebremoting.dwrp.PollBatch
Is this request from a GET?
isGrizzly() - Static method in class org.directwebremoting.util.Continuation
 
isInitApplicationScopeCreatorsAtStartup() - Method in class org.directwebremoting.guice.InternalCreatorManager
 
isInitApplicationScopeCreatorsAtStartup() - Method in class org.directwebremoting.impl.DefaultCreatorManager
Do we do full-create on startup?
isInvalidated() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
isInvalidated() - Method in interface org.directwebremoting.ScriptSession
Checks to see if this ScriptSession has been invalidated.
isJavaIdentifier(String) - Static method in class org.directwebremoting.util.LocalUtil
Determines if the specified string is permissible as a Java identifier.
isJetty() - Static method in class org.directwebremoting.util.Continuation
 
isJsonMode() - Method in class org.directwebremoting.extend.OutboundContext
 
isJsonOutput() - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
 
isJsonOutput() - Method in class org.directwebremoting.dwrp.PollHandler
 
isLetterOrDigitOrUnderline(String) - Static method in class org.directwebremoting.util.LocalUtil
Determines if the specified string contains only Unicode letters or digits as defined by Character.isLetterOrDigit(char)
isMultipartContent(HttpServletRequest) - Method in class org.directwebremoting.dwrp.CommonsFileUpload
 
isMultipartContent(HttpServletRequest) - Static method in class org.directwebremoting.dwrp.ParseUtil
Utility method that determines whether the request contains multipart content.
isNativeEnvironment(ServletConfig) - Method in interface org.directwebremoting.extend.ContainerAbstraction
We ask ContainerAbstractions to identify if the environment given is 'theirs'.
isNativeEnvironment(ServletConfig) - Method in class org.directwebremoting.impl.GrizzlyContainerAbstraction
 
isNativeEnvironment(ServletConfig) - Method in class org.directwebremoting.impl.JettyContainerAbstraction
 
isNativeEnvironment(ServletConfig) - Method in class org.directwebremoting.impl.ServletSpecContainerAbstraction
 
isNew() - Method in class org.directwebremoting.util.FakeHttpSession
 
isNull() - Method in class org.directwebremoting.extend.InboundVariable
Was this type null on the way in
isOutline() - Method in class org.directwebremoting.dwrp.NonJsonNestedOutboundVariable
 
isReloadable() - Method in class org.directwebremoting.create.ScriptedCreator
Are we caching the script (default: false)
isRequestedSessionIdFromCookie() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.directwebremoting.util.FakeHttpServletRequest
Deprecated.  
isRequestedSessionIdValid() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isReservedWord(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Check to see if the given word is reserved or a bad idea in any known version of JavaScript.
isRestart(HttpServletRequest) - Static method in class org.directwebremoting.impl.JettyContinuationSleeper
Is this a restarted continuation?
isSecure() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isServletClass(Class<?>) - Static method in class org.directwebremoting.util.LocalUtil
Is this class one that we auto fill, so the user can ignore?
isShutdown() - Method in interface org.directwebremoting.extend.WaitController
 
isSimpleName(String) - Static method in class org.directwebremoting.util.LocalUtil
Is this object property one that we can use in a JSON style or do we need to get fancy.
isTypeSimplyConvertable(Class<?>) - Static method in class org.directwebremoting.util.LocalUtil
Can the type be used in a call to LocalUtil.simpleConvert(String, Class)?
isUseDynamicClasses() - Method in class org.directwebremoting.create.ScriptedCreator
Are we using dynamic classes (i.e.
isUserInRole(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isVBExpression(String) - Static method in class org.directwebremoting.faces.JsfCreator
Determine whether String is a value binding expression or not.
itemExists(String) - Method in class org.directwebremoting.jms.DwrMessage
 
iterator() - Method in class org.directwebremoting.extend.Calls
 
iterator() - Method in class org.directwebremoting.extend.Replies
 
iterator() - Method in class org.directwebremoting.json.JsonArray
 

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