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

I

IdGenerator - Class in org.directwebremoting.util
Code to generate page ids.
IdGenerator() - Constructor for class org.directwebremoting.util.IdGenerator
Seed the random number
IFrame - Static variable in class org.directwebremoting.proxy.dwr.Engine
XHR remoting type constant.
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 paramters
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 paramters
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 paramters
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_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
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
 
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
 
init(List) - Method in class org.directwebremoting.dwrp.ArrayOutboundVariable
Generate an array declaration for a list of Outbound variables
init(Map, String) - Method in class org.directwebremoting.dwrp.ObjectOutboundVariable
Generate an map declaration for a map of Outbound variables
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.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_PUBLISH_CONTAINER - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: Should we publish the Container to the servlet context, and if so, under what name?
INIT_SKIP_DEFAULT - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: Skip reading the default config file if none are specified.
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
Get the ServerContextFactory.ServerContextBuilder out of the Container, configure it and use it to configure the ServerContextFactory
initWebContext(ServletConfig, ServletContext, Container) - Static method in class org.directwebremoting.impl.StartupUtil
Get the WebContextFactory.WebContextBuilder out of the Container, configure it (call WebContextBuilder#set()) and use it to configure the WebContextFactory.
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.
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
 
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
 
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
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?
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
 
isEmpty() - Method in class org.directwebremoting.impl.ContainerMap
 
isEquivalent(Class, Class) - Static method in class org.directwebremoting.util.LocalUtil
True if c1 is java.lang.Boolean and c2 is boolean, etc.
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.PollBatch
 
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
 
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)
isNew() - Method in class org.directwebremoting.util.FakeHttpSession
 
isNull() - Method in class org.directwebremoting.extend.InboundVariable
Was this type null on the way in
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
 
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.dwrp.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.

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