MCPcopy Create free account

hub / github.com/directwebremoting/dwr / functions

Functions3,670 in github.com/directwebremoting/dwr

↓ 2 callersMethodcompressJavaScript
(String script)
core/impl/main/java/org/directwebremoting/impl/LegacyCompressor.java:36
↓ 2 callersMethodcompressJavaScript
(final String source)
core/impl/main/java/org/directwebremoting/impl/ShrinkSafeCompressor.java:68
↓ 2 callersMethodconfigure
Allow all the configurators to have a go at the container in turn @param container The container to configure @param configurators A list of configura
core/impl/main/java/org/directwebremoting/impl/StartupUtil.java:735
↓ 2 callersMethodconfigureContainerFully
Run all the default configuration options on a Container @param container The container to configure @param servletConfig The source of init parameter
core/impl/main/java/org/directwebremoting/impl/StartupUtil.java:753
↓ 2 callersMethodconfigureCreator
Registers a new {@link org.directwebremoting.extend.Creator} in the registry using name <code>javascript</code>. @param registry The definition of all
serverside/spring/main/java/org/directwebremoting/spring/namespace/CreatorParserHelper.java:72
↓ 2 callersMethodconfigureFromClassResource
Configure from a dwr.xml file given as a class resource name
core/impl/main/java/org/directwebremoting/impl/TestEnvironment.java:41
↓ 2 callersMethodconfigureFromInitParams
Add configurators from init params to the end of the list of configurators. @param container The container to configure @param servletConfig The sourc
core/impl/main/java/org/directwebremoting/impl/StartupUtil.java:665
↓ 2 callersMethodconfirmScripts
Confirms that the client has received all scripts up to and including the supplied index so that script data may be purged. @param scriptIndex last in
core/api/main/java/org/directwebremoting/extend/RealScriptSession.java:52
↓ 2 callersMethodconvert
Convert from {@link RawData} to the type that this {@link StoreProvider} supports. @param rawData The data from the Internet @return An object of the
core/api/main/java/org/directwebremoting/datasync/AbstractStoreProvider.java:176
↓ 2 callersMethodcreateChild
(int aNewParameterNumber)
core/api/main/java/org/directwebremoting/extend/ParameterProperty.java:78
↓ 2 callersMethodcreateConnection
()
serverside/various/main/java/org/directwebremoting/jms/DwrConnectionFactory.java:33
↓ 2 callersMethodcreateConsumer
(Destination destination)
serverside/various/main/java/org/directwebremoting/jms/DwrSession.java:148
↓ 2 callersMethodcreateCrowd
Both crowds are created in the same way.
ui/dwr/demo/java/com/example/dwr/people/People.java:119
↓ 2 callersMethodcreateEmptySortedData
For use only by the constructor. Sets up the comparators.
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:414
↓ 2 callersMethodcreateParameterDefinition
(String clazz, String jsClassName, NamedConverter boConv)
etc/future/scanner/DefaultRemoter.java:207
↓ 2 callersMethodcreateProducer
(Destination destination)
serverside/various/main/java/org/directwebremoting/jms/DwrSession.java:188
↓ 2 callersMethodcreateProxy
(Class<T> interfaceClass, Class<?> backingClass, Object... constructorArgs)
core/api/main/java/org/directwebremoting/util/MethodMatchingProxyFactory.java:30
↓ 2 callersMethodcreateScriptConduit
Create a suitable ScriptConduit for the transfer mode. @param out @param instanceId @param batchId @param documentDomain @return ScriptConduit instanc
protocol/dwrp/main/java/org/directwebremoting/dwrp/BaseCallHandler.java:491
↓ 2 callersMethodcreateScriptSession
Extension point allowing for custom implementations of the DefaultScriptSession. @param sentScriptId The script ID that was sent by the browser, and s
core/impl/main/java/org/directwebremoting/impl/DefaultScriptSessionManager.java:170
↓ 2 callersMethodcreateSession
(boolean transacted, int acknowledgeMode)
serverside/various/main/java/org/directwebremoting/jms/DwrConnection.java:40
↓ 2 callersMethodcreateTextMessage
()
serverside/various/main/java/org/directwebremoting/jms/DwrSession.java:84
↓ 2 callersMethodcreateTopic
(String topicName)
serverside/various/main/java/org/directwebremoting/jms/DwrSession.java:212
↓ 2 callersMethodcreateType
Create an instance of a given type, wrapping any resulting exceptions in a {@link JsonParseException}
core/api/main/java/org/directwebremoting/json/parse/impl/ReflectionJsonDecoder.java:115
↓ 2 callersMethoddebug
(String message)
core/api/main/java/org/directwebremoting/util/ServletLoggingOutput.java:38
↓ 2 callersMethoddebugException
Do logging output if there are no logging filters and add a note of explanation the first time @param filters The configured filters @param ex The exc
etc/future/scanner/DefaultRemoter.java:572
↓ 2 callersMethoddeclaredBy
Returns a matcher that matches methods in subclasses of {@code cls} (or {@code cls} itself) with the same name and parameter types as methods declared
serverside/guice/main/java/org/directwebremoting/guice/util/DeclaredBy.java:34
↓ 2 callersMethoddeclaringClassIsAnInterface
(Method method)
etc/future/OverloadUtil.java:131
↓ 2 callersMethoddeclaringClassIsAssignableFrom
@param first @param second @return true if the first method's declaring class is assignable from the second
etc/future/OverloadUtil.java:79
↓ 2 callersMethoddecodeBase64
Decodes Base64 data into octects @param base64Data Byte array containing Base64 data @return Array containing decoded data.
core/api/main/java/org/directwebremoting/util/Base64.java:371
↓ 2 callersMethoddecodeFileNameSegment
Decode a string that was previously encoded for use in file name @param segment the encoded string @return the original string
core/impl/main/java/org/directwebremoting/impl/FileStoreDownloadManager.java:218
↓ 2 callersMethoddecreaseIndent
()
core/api/main/java/org/directwebremoting/json/parse/impl/DebuggingJsonDecoder.java:153
↓ 2 callersMethoddisassociateScriptSessionAndHttpSession
Unlink any http sessions from this script session
core/impl/main/java/org/directwebremoting/impl/DefaultScriptSessionManager.java:229
↓ 2 callersMethoddiscardWhitespace
Discards any whitespace from a base-64 encoded block. @param data The base-64 encoded data to discard the whitespace from. @return The data, less whi
core/api/main/java/org/directwebremoting/util/Base64.java:443
↓ 2 callersMethoddoClose
()
core/impl/main/java/org/directwebremoting/impl/BaseSleeper.java:223
↓ 2 callersMethoddoFilter
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the cha
core/api/main/java/org/directwebremoting/AjaxFilterChain.java:40
↓ 2 callersMethoddoPost
(HttpServletRequest request, HttpServletResponse response)
core/impl/main/java/org/directwebremoting/servlet/DwrServlet.java:137
↓ 2 callersMethoddownloadPdfFile
Generates a PDF file with the given text http://itext.ugent.be/itext-in-action/ @return A PDF file as a byte array
ui/dwr/demo/java/com/example/dwr/simple/UploadDownload.java:67
↓ 2 callersMethodendArray
We have encountered a ]. This is called in a matching pair to {@link #beginArray(String)} The <code>propertyName</code> argument will match the value
core/api/main/java/org/directwebremoting/json/parse/JsonDecoder.java:69
↓ 2 callersMethodendObject
We have encountered a }. This is called in a matching pair to {@link #beginObject(String)} The <code>propertyName</code> argument will match the value
core/api/main/java/org/directwebremoting/json/parse/JsonDecoder.java:49
↓ 2 callersMethodendStreamAndChunk
()
core/impl/main/java/org/directwebremoting/impl/BaseSleeper.java:205
↓ 2 callersMethodensureCreated
()
core/impl/main/java/org/directwebremoting/impl/StartupUtil.java:971
↓ 2 callersMethodensureSelfInjection
(Binder binder)
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractModule.java:331
↓ 2 callersMethodenterSleep
'halt' the current execution in some way. This method should be the last meaningful thing that is done in a poll request to activate the Sleeper's bac
core/api/main/java/org/directwebremoting/extend/Sleeper.java:40
↓ 2 callersMethodequals
(Object obj)
core/api/main/java/org/directwebremoting/io/StoreRegion.java:203
↓ 2 callersMethodequals
(Object obj)
core/api/main/java/org/directwebremoting/extend/InboundVariable.java:239
↓ 2 callersMethodequals
(Object obj)
core/api/main/java/org/directwebremoting/util/Pair.java:1
↓ 2 callersMethodequals
(Object obj)
serverside/hibernate4/test/java/org/directwebremoting/convert/mapped/Hibernate4Ex.java:82
↓ 2 callersMethodequals
(Object obj)
serverside/hibernate/test/java/org/directwebremoting/convert/mapped/Hibernate3Ex.java:82
↓ 2 callersMethodextractInboundTokens
Loop over all the inputs and extract a Map of key:value pairs @param paramType The type we are converting to @param value The input string @return A M
core/impl/main/java/org/directwebremoting/convert/BasicObjectConverter.java:433
↓ 2 callersMethodfiltersIncludeLogging
A quick check to see if we are already doing some form of logging @param filters The list of configured filters @return true if we are logging
etc/future/scanner/DefaultRemoter.java:590
↓ 2 callersMethodfindClass
Lookup a class according to the import rules @param type The name of the class to find @return The found class, or null if it does not exist
core/impl/main/java/org/directwebremoting/impl/SignatureParser.java:215
↓ 2 callersMethodfindParentDefinition
Finds a parent bean definition in the hierarchy of contexts. @param parentName any @param registry any @return any
serverside/spring/main/java/org/directwebremoting/spring/namespace/NamespaceParserHelper.java:69
↓ 2 callersMethodfixMissingThrowableProperty
Make sure Throwable's standard properties are added (fix for Bean Introspector peculiarities) @param descriptors The Map of the known descriptors @par
core/impl/main/java/org/directwebremoting/convert/ExceptionConverter.java:65
↓ 2 callersMethodforwardToString
Forward a request to a given URL and catch the data written to it. It is possible to distinguish requests that arrive normally and requests that come
core/api/main/java/org/directwebremoting/WebContext.java:115
↓ 2 callersMethodgenerateDtoAllScript
Generates the full dtoall script by decorating the DTO classes returned by the Remoter. @return string containing dtoall script
core/impl/main/java/org/directwebremoting/servlet/DtoAllHandler.java:31
↓ 2 callersMethodget
Accessor for the current CallbackHelper. @return The current CallbackHelper.
core/api/main/java/org/directwebremoting/extend/CallbackHelperFactory.java:32
↓ 2 callersMethodget
()
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractContextScope.java:79
↓ 2 callersMethodget
()
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractSimpleContextScope.java:34
↓ 2 callersMethodgetAllFields
Return a list of all fields (whatever access status, and on whatever superclass they were defined) that can be found on this class. <p>This is like a
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1649
↓ 2 callersMethodgetCachingKey
Returns the caching key which is based on the servlet path (DWR-470) as well as the cachedPath. @param request
core/impl/main/java/org/directwebremoting/servlet/CachingHandler.java:209
↓ 2 callersMethodgetCallId
@return Returns the call callId.
core/api/main/java/org/directwebremoting/extend/Reply.java:62
↓ 2 callersMethodgetChar
(StringBuilder builder)
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParser.java:364
↓ 2 callersMethodgetChildren
The objects that we contain
core/api/main/java/org/directwebremoting/extend/NestedOutboundVariable.java:46
↓ 2 callersMethodgetClasses
()
etc/future/scanner/ClasspathScanner.java:89
↓ 2 callersMethodgetClasses
Allow subclasses to override the default way we find out which classes have DWR annotations for us to work with @param container Commonly we get confi
core/impl/main/java/org/directwebremoting/annotations/AnnotationsConfigurator.java:71
↓ 2 callersMethodgetClientDeclaredType
Sometimes data from clients contains type information which should take higher priority than the type guessing that we do as part of the method matchi
core/api/main/java/org/directwebremoting/extend/ConverterManager.java:110
↓ 2 callersMethodgetConnectedTime
What's the longest time that we should wait before asking the client to reconnect? @return The maximum client connected time
core/api/main/java/org/directwebremoting/extend/ServerLoadMonitor.java:44
↓ 2 callersMethodgetContainer
@return the container
core/impl/main/java/org/directwebremoting/impl/TestEnvironment.java:75
↓ 2 callersMethodgetContentType
()
core/api/main/java/org/directwebremoting/util/FakeHttpServletResponse.java:260
↓ 2 callersMethodgetConverted
Check to see if the conversion has already been done @param iv The inbound data to check @param type The type that we want the object converted to @re
core/api/main/java/org/directwebremoting/extend/InboundContext.java:194
↓ 2 callersMethodgetConverter
()
serverside/guice/main/java/org/directwebremoting/guice/InternalConverter.java:99
↓ 2 callersMethodgetConverterByMatchString
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. @param mat
core/api/main/java/org/directwebremoting/extend/ConverterManager.java:80
↓ 2 callersMethodgetConverterManager
Accessor for the current ConverterManager @return the current ConverterManager
core/impl/main/java/org/directwebremoting/convert/BasicObjectConverter.java:473
↓ 2 callersMethodgetConverterMatchStrings
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. @return A Collection
core/api/main/java/org/directwebremoting/extend/ConverterManager.java:71
↓ 2 callersMethodgetCreator
The creator that will be used to create new objects for remoting @return Returns the creator.
serverside/spring/main/java/org/directwebremoting/spring/CreatorConfig.java:73
↓ 2 callersMethodgetCurrentPage
Returns the partial-URL of the page from which the current thread originated. This string starts from (and includes) the application's context path, a
core/api/main/java/org/directwebremoting/WebContext.java:60
↓ 2 callersMethodgetCurrentSession
Get access to a Session, given the {@link SessionFactory} linked in {@link #setSessionFactory(ServletContext, SessionFactory)} @param context The weba
serverside/hibernate4/main/java/org/directwebremoting/hibernate/H4SessionAjaxFilter.java:87
↓ 2 callersMethodgetCurrentTimestamp
A timestamp is {@link System#currentTimeMillis()} divided by 1000 @return The current timestamp
core/api/main/java/org/directwebremoting/util/HitMonitor.java:99
↓ 2 callersMethodgetData
Access the wrapped result. Usually this is an action instance. @return wrapped result
serverside/webwork/main/java/org/directwebremoting/webwork/AjaxDataResult.java:15
↓ 2 callersMethodgetDisconnectedTime
Controller for poll times. <p>TODO: We should probably get rid of this and leave it to BasePollHandler? @return How long should this client wait until
core/api/main/java/org/directwebremoting/extend/ServerLoadMonitor.java:37
↓ 2 callersMethodgetEndColumn
()
core/impl/generated/java/org/directwebremoting/json/parse/javacc/SimpleCharStream.java:277
↓ 2 callersMethodgetEndLine
()
core/impl/generated/java/org/directwebremoting/json/parse/javacc/SimpleCharStream.java:282
↓ 2 callersMethodgetEnrolledScriptSessions
Get a list of the {@link ScriptSession}s that are part of this distributed hub. @return The current list of known enrolled {@link ScriptSession}s
etc/future/fancyhub/OpenAjaxSynchronizer.java:72
↓ 2 callersMethodgetErrors
Get a record of any errors in parsing the input string
core/api/main/java/org/directwebremoting/json/JsonUtil.java:44
↓ 2 callersMethodgetEscapeOptions
Internal utility to fetch an options object that contains a single setting for "escapeHtml" @param escapeHtml Do we want the client to escape HTML? @r
core/legacy/main/java/org/directwebremoting/proxy/dwr/Util.java:309
↓ 2 callersMethodgetEscapeOptions
Internal utility to fetch an options object that contains a single setting for "escapeHtml" @param escapeHtml Do we want the client to escape HTML? @r
ui/dwr/main/java/org/directwebremoting/ui/dwr/Util.java:317
↓ 2 callersMethodgetException
@return the exception
etc/future/scanner/Call.java:40
↓ 2 callersMethodgetException
@return the exception
core/api/main/java/org/directwebremoting/extend/Call.java:54
↓ 2 callersMethodgetExecuteFunctionName
The DefaultRemoter needs to know the name of the execute function @return The execute function name
core/api/main/java/org/directwebremoting/extend/EnginePrivate.java:256
↓ 2 callersMethodgetFileSize
Returns the size of the file. @return The size of the file.
core/api/main/java/org/directwebremoting/extend/FormField.java:81
↓ 2 callersMethodgetFileUploadMaxBytes
Retrieves the maximum allowed size of a single uploaded file, in bytes. @return long fileUploadMaxBytes
protocol/dwrp/main/java/org/directwebremoting/dwrp/CommonsFileUpload.java:114
↓ 2 callersMethodgetFilename
Returns the original filename in the client's file-system, as provided by the browser (or other client software). In most cases, this will be the base
core/api/main/java/org/directwebremoting/io/FileTransfer.java:180
↓ 2 callersMethodgetFullUrlToDwrServlet
@param request @return String
core/api/main/java/org/directwebremoting/util/LocalUtil.java:559
↓ 2 callersMethodgetGenericReturnType
()
core/api/main/java/org/directwebremoting/extend/MethodDeclaration.java:94
↓ 2 callersMethodgetHandlerForUrlProperty
Look up the Handler associated with the URL in the named URL property. F ex supply the property name "engineHandlerUrl" to look up EngineHandler. @pa
core/api/main/java/org/directwebremoting/extend/ContainerUtil.java:85
↓ 2 callersMethodgetHttpServletResponse
Accessor for the http response bean. <p>You can't use this request to directly reply to the response or to add headers or cookies. @return Returns the
core/api/main/java/org/directwebremoting/WebContext.java:93
↓ 2 callersMethodgetId
()
ui/dwr/demo/java/com/example/dwr/people/Person.java:52
↓ 2 callersMethodgetJavascriptClassName
@return the javascriptClassName
serverside/spring/main/java/org/directwebremoting/spring/ConverterConfig.java:56
↓ 2 callersMethodgetMappedJavaScriptClassName
Convenience method to find a class's mapped JavaScript class name IF the Java class is being converted and IF there is a mapped class name. @param cla
core/impl/main/java/org/directwebremoting/impl/DefaultConverterManager.java:248
↓ 2 callersMethodgetMethodJS
Generates Javascript for a given Java method @param scriptName Name of the Javascript file, without ".js" suffix @param method Target method @return
etc/future/scanner/DefaultRemoter.java:315
← previousnext →601–700 of 3,670, ranked by callers