Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.directwebremoting.extend Classes and Interfaces - 83 results found.
NameDescriptionTypePackageFramework
AbstractConverterA way to migrate from the DWRv2.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
AbstractCreatorA simple implementation of the basic parts of CreatorAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
AccessControlControl who should be accessing which methods on which classes.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
AccessDeniedExceptionTODO: Work out if this exception actually helps.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
AjaxFilterManagerA class that manages the various AjaxFilters and what classes they are registered against.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
AlarmAn alarm is something that goes off at some point in the future.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
AllScriptSessionFilterA ScriptSessionFilter that passes everything.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
AndScriptSessionFilterA ScriptSessionFilter that only allows ScriptSessions that match pass both the given ScriptSessionFiltersClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ArrayOutboundVariableAn OutboundVariable that declares a JavaScript arrayAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
BuilderClass to enable us to build 'singleton' interface implementations.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
CallCall is a POJO to encapsulate the information required to make a single java call, including the result of the call (either returned data or exception).Classorg.directwebremoting.extendDirectWebRemoting (DWR)
CallbackHelperTODO: can we make this work without a factory?Author:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
CallbackHelperFactoryA class to help with the use of CallbacksAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
CallbackHelperFactory .CallbackHelperBuilderHack to get around Generics not being implemented by erasureMethods inherited from interface org.Interfaceorg.directwebremoting.extend.CallbackHelperFactoryDirectWebRemoting (DWR)
CallsThe request made by the browser which consists of a number of function call requests and some associated information like the request mode (XHR orClassorg.directwebremoting.extendDirectWebRemoting (DWR)
CompressorAn interface to the various methods of compressing web resources.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ConfiguratorProvides a way to add bits of configuration to the system.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ConstructorPropertyClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ContainerAbstractionWe need to keep container specific logic out of BasePollHandler, and other parts of DWR.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ContainerConfigurationExceptionSomething has gone wrong while configuring a ContainerAuthor:Joe Walker [joe at getahead dot ltd dot uk]See Also:Serialized FormClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ContainerUtilAn abstraction of all the common servlet operations that are required to host a DWR service that depends on the servlet spec.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ConverterAn interface for converting types from a string to some other type.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ConverterManagerA class to manage the converter types and the instantiated class name matches.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ConvertUtilClassorg.directwebremoting.extendDirectWebRemoting (DWR)
CreatorA base class for all AllowedClassesAuthor:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
CreatorManagerA class to manage the types of creators and the instantiated creators.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
DataUrlDownloadManagerA download manager that works my returning a data: URL so the data is sent directly without waiting in some store.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
DebugPageGeneratorThe heart of DWR is a system to generate content from some requests.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
DefaultJavascriptFunctionRepresents a callback function, passed in from a client for later execution.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
DefaultJavascriptObjectRepresents a callback function, passed in from a client for later execution.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
DownloadManagerA DownloadManager allows you to inject files into the system and then retrieve them via a servlet at some later date.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
DwrConstantsSome constants to do with the heart of DWR.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
EnginePrivateAn abstraction of the dwr.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ErrorOutboundVariableAn OutboundVariable that can not be recursive.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
FactoryFactory is not a user facing object, it is designed for system implementors.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
FieldPropertyAn implementation of Property that proxies to a FieldAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
FormFieldThe result of a DWR query is normally a set of name/value pairs unless we are doing file-upload in which case there is more information with each field.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
HandlerA handler is a very simple servlet that does not differentiate between GET and POST, or need complex setup beyond what the container can provideInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
IdGeneratorId generator for DWR's CSRF protection session cookies and other duties.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
IdScriptSessionFilterA ScriptSessionFilter that only allows ScriptSessions that match the given session id.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
InboundContextInboundContext is the context for set of inbound conversions.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
InboundVariableA simple struct to hold data about a single converted javascript variable.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
InitializingBeanInterface to be implemented by beans that need to react once all their properties have been set by a Container: for example, to performInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
InputStreamFactoryOutputStreamLoaderUsed when the FileTransfer has a InputStreamFactory, but what it really wants is an OutputStreamLoaderClassorg.directwebremoting.extendDirectWebRemoting (DWR)
JsonModeMarshallExceptionJsonModeMarshallException is a hint to the conversion process that we are trying to convert in JSON mode, but we've discovered recursive data.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
MarshallExceptionSomething has gone wrong when we were doing some conversion.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
MethodDeclarationAn immutable value object for method declaration information.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ModuleInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ModuleManagerInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
NamedConverterAdditions to Converter that allow objects to have names that are exposed toAuthor:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
NestedOutboundVariableA helper for implementing OutboundVariable when you have childrenAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
NestedPropertyClassorg.directwebremoting.extendDirectWebRemoting (DWR)
NonNestedOutboundVariableAn OutboundVariable that we know to be unable to recurseAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ObjectOutboundVariableAn OutboundVariable that declares a JavaScript objectAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
OutboundContextWe need to keep track of stuff while we are converting on the way out to This class helps track the conversion process.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
OutboundVariableA simple data container for the strings that comprise information about how a Java object has been converted into Javascript.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
OutputStreamLoaderInputStreamFactoryUsed when the FileTransfer has a OutputStreamLoader, but what it really wants is an InputStreamFactoryClassorg.directwebremoting.extendDirectWebRemoting (DWR)
OverridePropertyA Property for when we've been given override information in a signaturesAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
PageNormalizerAn interface to resolve the fact that many webservers treat blah/index.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
PageScriptSessionFilterA ScriptSessionFilter that only allows ScriptSessions that match the given page.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ParameterPropertyAn implementation of Property that gets type information from the 'n'th parameter to a methodClassorg.directwebremoting.extendDirectWebRemoting (DWR)
PlainPropertyAn implementation of Property that simply uses stored values.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
PropertyDescribes some way to get or set a bit of data on an object.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
PropertyDescriptorPropertyAn implementation of Property that proxies to a PropertyDescriptorAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ProtocolConstantsVarious constants for type conversionAuthor:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
RealRawDataSometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we shouldClassorg.directwebremoting.extendDirectWebRemoting (DWR)
RealScriptSessionRealScriptSession is the real interface that should be implemented in place of ScriptSession.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
RealWebContextAn interface that extends WebContext with some functions that should not be used by end users, but could be useful to system extenders.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
RemoterThe heart of DWR is a system to generate content from some requests.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
RepliesThe request made by the browser which consists of a number of function call requests and some associated information like the request mode (XHR orClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ReplyReply is a read-only POJO to encapsulate the information required to make a single java call, including the result of the call (either returned data orClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ScriptBufferUtilA simple utility class to extract a String from a ScriptBuffer.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ScriptConduitWhile a Marshaller is processing a request it can register a ScriptConduit with the ScriptSession to say - pass scripts straight to me and bypass theClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ScriptSessionManagerA ScriptSessionManager looks after a number of sessions (keyed using a Javascript variable)Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ServerExceptionSomething has gone wrong when we were doing some conversion.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ServerLoadMonitorPolling or Comet style interactive web applications require something to monitor high levels of server load to ensure thatInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
SimpleInputStreamFactorySimpleInputStreamFactory is just an InputStreamFactory that holds an InputStream and can close it at the right time (if required)Classorg.directwebremoting.extendDirectWebRemoting (DWR)
SleeperA Sleeper allows the request to halt and cease execution for some time, while still allowing output.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
TaskDispatcherWe would like to do some reverse ajax work, but need something to find the ScriptSessions add act on them all.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
TaskDispatcherFactoryA class to help with the use of CallbacksAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
TaskDispatcherFactory .TaskDispatcherBuilderHack to get around Generics not being implemented by erasureMethods inherited from interface org.Interfaceorg.directwebremoting.extend.TaskDispatcherFactoryDirectWebRemoting (DWR)
UninitializingBeanLike InitializingBean except that this requests notification when things are shutting down.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
WaitControllerA WaitController allows the ServerLoadMonitor to know what is waiting and enables it to tell them to stop waiting.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)