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

P

PACKAGE - Static variable in interface org.directwebremoting.extend.DwrConstants
The package name because people need to load resources in this package.
PAGE - Static variable in interface org.directwebremoting.extend.Creator
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
PageFlowCreator - Class in org.directwebremoting.beehive
Page Flow Creator The name Creator is a little misleading in that implies that a PageFlow is being created.
PageFlowCreator() - Constructor for class org.directwebremoting.beehive.PageFlowCreator
Test to see what implementations of PageFlow are available.
pageLoaded() - Method in class org.directwebremoting.export.System
A method designed to be called on page load so the client knows about the http and script sessions.
PageNormalizer - Interface in org.directwebremoting.extend
An interface to resolve the fact that many webservers treat blah/index.html the same as blah/.
pageUnloaded() - Method in class org.directwebremoting.export.System
Call ScriptSession.invalidate() on the ScriptSession that called this method.
ParallelDefaultRemoter - Class in org.directwebremoting.contrib
This implementation is not officially supported, and may be removed at some point in the future.
ParallelDefaultRemoter() - Constructor for class org.directwebremoting.contrib.ParallelDefaultRemoter
Initialize thread pool with : Core pool size : 10; Maximum pool size = 100; Keep alive time = 5000(ms); Timeout = 10000(ms);
Param - Annotation Type in org.directwebremoting.annotations
A parameter consisting of a name/value pair.
ParamName - Enum in org.directwebremoting.guice
Parameters used to configure DWR.
parse(String) - Method in class org.directwebremoting.impl.SignatureParser
Parse some text and add it into the converter manager.
parseRequest(HttpServletRequest) - Method in class org.directwebremoting.dwrp.CommonsFileUpload
 
parseRequest(HttpServletRequest) - Method in interface org.directwebremoting.dwrp.FileUpload
Process an inbound request into a set of name/value pairs where the values could be file uploads.
parseRequest(HttpServletRequest) - Method in class org.directwebremoting.dwrp.ParseUtil
Parse an inbound request into a set of fields
parseRequest(HttpServletRequest) - Method in class org.directwebremoting.dwrp.UnsupportedFileUpload
 
ParseUtil - Class in org.directwebremoting.dwrp
Utilities to parse GET and POST requests from the DWR javascript section.
ParseUtil() - Constructor for class org.directwebremoting.dwrp.ParseUtil
 
PartialResponse - Enum in org.directwebremoting.dwrp
A set of constants that represent how browsers need data flushed to them
PathConstants - Interface in org.directwebremoting.servlet
Various constants from generating output.
PlainCallHandler - Class in org.directwebremoting.servlet
A Handler standard DWR calls whose replies are NOT HTML wrapped.
PlainCallHandler() - Constructor for class org.directwebremoting.servlet.PlainCallHandler
 
PlainCallMarshaller - Class in org.directwebremoting.dwrp
A Marshaller that outputs plain Javascript.
PlainCallMarshaller() - Constructor for class org.directwebremoting.dwrp.PlainCallMarshaller
 
PlainPollHandler - Class in org.directwebremoting.servlet
A Handler polling DWR calls whose replies are NOT HTML wrapped.
PlainPollHandler() - Constructor for class org.directwebremoting.servlet.PlainPollHandler
Initialize a PollHandler to do HTML wrapping
PlainProperty - Class in org.directwebremoting.convert
An implementation of Property that simply uses stored values.
PlainProperty(String, Object) - Constructor for class org.directwebremoting.convert.PlainProperty
 
PlainScriptConduit - Class in org.directwebremoting.dwrp
A ScriptConduit for use with plain Javascript output.
PlainScriptConduit(HttpServletResponse, String, ConverterManager, boolean) - Constructor for class org.directwebremoting.dwrp.PlainScriptConduit
Simple ctor
PollBatch - Class in org.directwebremoting.dwrp
A container for the information passed in by an Poll request
PollBatch(HttpServletRequest) - Constructor for class org.directwebremoting.dwrp.PollBatch
 
PollHandler - Class in org.directwebremoting.dwrp
A Marshaller that output plain Javascript.
PollHandler(boolean) - Constructor for class org.directwebremoting.dwrp.PollHandler
 
PollingServerLoadMonitor - Class in org.directwebremoting.impl
A default implementation of ServerLoadMonitor
PollingServerLoadMonitor() - Constructor for class org.directwebremoting.impl.PollingServerLoadMonitor
 
popContext() - Method in class org.directwebremoting.extend.InboundContext
Someone wants to tell us about a finished conversion context.
postProcess(HttpServletRequest, HttpServletResponse, HttpServletResponse, AjaxResult) - Method in interface org.directwebremoting.webwork.IDWRActionProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.directwebremoting.spring.DwrAnnotationPostProcessor
 
prepareAssignCode() - Method in class org.directwebremoting.dwrp.ArrayNonJsonOutboundVariable
 
prepareAssignCode() - Method in class org.directwebremoting.dwrp.JsonNestedOutboundVariable
 
prepareAssignCode() - Method in class org.directwebremoting.dwrp.ObjectNonJsonOutboundVariable
 
prepareAssignCode() - Method in class org.directwebremoting.extend.NonNestedOutboundVariable
 
prepareAssignCode() - Method in interface org.directwebremoting.extend.OutboundVariable
Things work out if they are doubly referenced during the conversion process, and can't be sure how to create output until that phase is done.
prepareBuildDeclareCodes() - Method in class org.directwebremoting.dwrp.ArrayNonJsonOutboundVariable
 
prepareBuildDeclareCodes() - Method in class org.directwebremoting.dwrp.JsonNestedOutboundVariable
 
prepareBuildDeclareCodes() - Method in class org.directwebremoting.dwrp.ObjectNonJsonOutboundVariable
 
prepareBuildDeclareCodes() - Method in class org.directwebremoting.extend.NonNestedOutboundVariable
 
prepareBuildDeclareCodes() - Method in interface org.directwebremoting.extend.OutboundVariable
Create build and declare codes.
prepareForOutput() - Method in class org.directwebremoting.extend.OutboundContext
Things work out if they are doubly referenced during the conversion process, and can't be sure how to create output until that phase is done.
prepareForWebContextFilter(ServletContext, ServletConfig, Container, WebContextFactory.WebContextBuilder, HttpServlet) - Static method in class org.directwebremoting.impl.ContainerUtil
Make some changes to the ServletContext so DwrWebContextFilter can find the Container etc.
preProcess(HttpServletRequest, HttpServletResponse, HttpServletResponse, Map<String, String>) - Method in interface org.directwebremoting.webwork.IDWRActionProcessor
 
PrimitiveConverter - Class in org.directwebremoting.convert
Converter for all primitive types
PrimitiveConverter() - Constructor for class org.directwebremoting.convert.PrimitiveConverter
 
print(boolean) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(char) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(int) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(long) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(float) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(double) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(char[]) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(String) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(Object) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(String) - Method in class org.directwebremoting.util.WriterOutputStream
 
println() - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(boolean) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(char) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(int) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(long) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(float) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(double) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(char[]) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(String) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(Object) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
PROGRESS_LISTENER - Static variable in class org.directwebremoting.dwrp.CommonsFileUpload
The name of the attribute that stores the progress of an upload in a session.
Property - Interface in org.directwebremoting.extend
It would be nice if PropertyDescriptor, and the various reflection types like Member had a common supertype, but they don't.
PropertyDescriptorProperty - Class in org.directwebremoting.impl
An implementation of Property that proxies to a PropertyDescriptor
PropertyDescriptorProperty(PropertyDescriptor) - Constructor for class org.directwebremoting.impl.PropertyDescriptorProperty
 
propertyExists(String) - Method in class org.directwebremoting.jms.DwrMessage
 
ProtocolConstants - Interface in org.directwebremoting.dwrp
Various constants for type conversion
publish(String, RawData) - Method in class org.directwebremoting.export.System
Something has published to the client side 'hub' and we're getting to know about it.
publish(String, Object) - Method in interface org.directwebremoting.Hub
Publish some data to a certain topic.
publish(String, Object) - Method in class org.directwebremoting.impl.DefaultHub
 
publishContainer(Container, ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
If helps some situations if people can get at the container by looking in the servlet context, under some name.
puff(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.puff() function.
puff(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Puff() function.
pulsate(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.pulsate() function.
pulsate(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Pulsate() function.
PurgingDownloadManager - Class in org.directwebremoting.impl
A DownloadManager that simply stores downloads in memory until they are requested and then removes them.
PurgingDownloadManager() - Constructor for class org.directwebremoting.impl.PurgingDownloadManager
Schedule cache purges
PurgingDownloadManager.DownloadPurge - Class in org.directwebremoting.impl
Loop over the known downloads removing the ones that are out of date
PurgingDownloadManager.DownloadPurge() - Constructor for class org.directwebremoting.impl.PurgingDownloadManager.DownloadPurge
 
pushContext(TypeHintContext) - Method in class org.directwebremoting.extend.InboundContext
Someone wants to tell us about a new conversion context.
put(Object, OutboundVariable) - Method in class org.directwebremoting.extend.OutboundContext
 
put(C, String, Object) - Method in class org.directwebremoting.guice.AbstractSimpleContextScope
 
put(C, Key<T>, String, InstanceProvider<T>) - Method in class org.directwebremoting.guice.AbstractSimpleContextScope
 
put(String, Object) - Method in class org.directwebremoting.impl.ContainerMap
 
put(String, JsonValue) - Method in class org.directwebremoting.json.JsonObject
 
putAll(Map<? extends String, ?>) - Method in class org.directwebremoting.impl.ContainerMap
 
putAll(Map<? extends String, ? extends JsonValue>) - Method in class org.directwebremoting.json.JsonObject
 
putIfAbsent(InstanceMap<?>, Key<T>, String, InstanceProvider<T>) - Method in class org.directwebremoting.guice.AbstractMapContextScope
 
putIfAbsent(C, Key<T>, String, InstanceProvider<T>) - Method in class org.directwebremoting.guice.AbstractSimpleContextScope
 
putIfAbsent(R, Key<T>, String, InstanceProvider<T>) - 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, otherwise returning the existing value.
putValue(String, Object) - Method in class org.directwebremoting.util.FakeHttpSession
Deprecated. 

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