MCPcopy Create free account

hub / github.com/directwebremoting/dwr / functions

Functions3,670 in github.com/directwebremoting/dwr

↓ 2 callersMethodsanitizePackage
(String pkgName)
etc/future/scanner/ClasspathScanner.java:31
↓ 2 callersMethodsaveCallback
Used by the many proxy classes to record a callback for later calling @param callback The callback that acts on the type @param type The type of the d
core/api/main/java/org/directwebremoting/extend/CallbackHelper.java:32
↓ 2 callersMethodsayHello
Return a server side string to display on the client in real time @param name The name of person to say hello to @return A demo string
ui/dwr/demo/java/com/example/dwr/simple/Demo.java:36
↓ 2 callersMethodscriptUpdated
@return Whether or not the script (located at scriptPath) has been modified.
core/impl/main/java/org/directwebremoting/create/ScriptedCreator.java:177
↓ 2 callersMethodsendOutboundScriptPrefix
iframe mode starts as HTML, so get into script mode @param out The stream to write to @param batchId The batch identifier so we can prepare the enviro
etc/future/scanner/BaseCallHandler.java:430
↓ 2 callersMethodsendOutboundScriptSuffix
iframe mode needs to get out of script mode @param out The stream to write to @param batchId The batch identifier so we can prepare the environment @t
etc/future/scanner/BaseCallHandler.java:438
↓ 2 callersMethodsendPollReply
()
core/impl/main/java/org/directwebremoting/impl/BaseSleeper.java:199
↓ 2 callersMethodsetBeanName
@param beanName The beanName to set.
serverside/spring/main/java/org/directwebremoting/spring/SpringCreator.java:54
↓ 2 callersMethodsetCacheable
@param cacheable Whether or not to cache the script. @see org.directwebremoting.extend.Creator#isCacheable()
core/api/main/java/org/directwebremoting/extend/AbstractCreator.java:94
↓ 2 callersMethodsetChildren
We setup the children later than construction time so we can check for recursive references.
core/api/main/java/org/directwebremoting/extend/NestedOutboundVariable.java:38
↓ 2 callersMethodsetChildren
(Collection<OutboundVariable> children)
core/api/main/java/org/directwebremoting/extend/ObjectOutboundVariable.java:62
↓ 2 callersMethodsetClass
What sort of class do we create? @param classname The name of the class
serverside/spring/main/java/org/directwebremoting/spring/SpringCreator.java:63
↓ 2 callersMethodsetClassResourceName
Setter for a classpath based lookup @param classResourceName The resource to lookup in the classpath @throws IOException On file read failure @throws
core/impl/main/java/org/directwebremoting/impl/DwrXmlConfigurator.java:97
↓ 2 callersMethodsetClientID
(String clientId)
serverside/various/main/java/org/directwebremoting/jms/DwrConnection.java:116
↓ 2 callersMethodsetExceptionListener
(ExceptionListener listener)
serverside/various/main/java/org/directwebremoting/jms/DwrConnection.java:132
↓ 2 callersMethodsetInputStream
Setter for a direct input stream to configure from @param in The input stream to read from. @throws IOException On file read failure @throws ParserCon
core/impl/main/java/org/directwebremoting/impl/DwrXmlConfigurator.java:118
↓ 2 callersMethodsetJavascriptClassName
@param javascriptClassName the javascriptClassName to set
serverside/spring/main/java/org/directwebremoting/spring/ConverterConfig.java:64
↓ 2 callersMethodsetJavascriptSuperClass
Setter for the javascript class name that will appear as superclass for mapped converted objects. @param javascriptSuperClass The Javascript classname
core/api/main/java/org/directwebremoting/extend/NamedConverter.java:97
↓ 2 callersMethodsetMessageListener
(MessageListener messageListener)
serverside/various/main/java/org/directwebremoting/jms/DwrSession.java:236
↓ 2 callersMethodsetObject
(String name, Object value)
serverside/various/main/java/org/directwebremoting/jms/DwrMessage.java:707
↓ 2 callersMethodsetOverrideBeanFactory
Set a web-app wide BeanFactory. @param factory The factory to set.
serverside/spring/main/java/org/directwebremoting/spring/SpringCreator.java:200
↓ 2 callersMethodsetPrefix
How to we prefix all the debugging lines? @param prefix the prefix to set
core/api/main/java/org/directwebremoting/util/DebuggingPrintWriter.java:328
↓ 2 callersMethodsetProperties
DefaultConfiguration is done via access to the DOM Element. This is not at all ideal, but it will do for the moment. @param params The map of paramete
core/api/main/java/org/directwebremoting/extend/Creator.java:32
↓ 2 callersMethodsetServletConfig
Injection point for ServletConfig
core/impl/main/java/org/directwebremoting/impl/DefaultServerContext.java:102
↓ 2 callersMethodsetServletContext
Injection point for ServletContext
core/impl/main/java/org/directwebremoting/impl/DefaultServerContext.java:118
↓ 2 callersMethodsetServletResourceName
Setter for the resource name that we can use to read a file from the servlet context @param servletResourceName The name to lookup @throws IOException
core/impl/main/java/org/directwebremoting/impl/DwrXmlConfigurator.java:68
↓ 2 callersMethodsetStatus
(int status)
core/api/main/java/org/directwebremoting/util/FakeHttpServletResponse.java:177
↓ 2 callersMethodsetTimeout
Set a default timeout value for all calls. 0 (the default) turns timeouts off. @param timeout The time to wait in milliseconds
core/legacy/main/java/org/directwebremoting/proxy/dwr/Engine.java:81
↓ 2 callersMethodsetUpClassMapping
Does all the initializations for converters using class-mapping (set up superclass, expand wildcards, etc) @param namedConverter converter that may us
core/impl/main/java/org/directwebremoting/impl/DefaultConverterManager.java:187
↓ 2 callersMethodsetValue
Set the value an HTML element to the specified value. @param elementId The HTML element to update (by id) @param value The text to insert into the HTM
ui/dwr/main/java/org/directwebremoting/ui/dwr/Util.java:48
↓ 2 callersMethodsetWatchedSet
@param listener @param itemIds
core/api/main/java/org/directwebremoting/datasync/AbstractStoreProvider.java:223
↓ 2 callersFunctiontoIntegersAtLease
(n)
ui/dwr/demo/web/json/jQuery/jquery.json-1.3.min.js:2
↓ 2 callersMethodtrimHitLog
Remove all the hits that are no longer relevant. PERFORMANCE: There is probably a faster way to do this
core/api/main/java/org/directwebremoting/util/HitMonitor.java:72
↓ 2 callersMethodunwrapProxiedMethod
The main issue here happens with JDK proxies, that is, those based on interfaces and is easily noticeable with Spring because it's designed to generat
core/impl/main/java/org/directwebremoting/impl/CreatorModule.java:288
↓ 2 callersMethodupdateCsrfState
Update data we store for the CSRF protection @param request The original browser's request @param batch The data that we've parsed from the request bo
protocol/dwrp/main/java/org/directwebremoting/dwrp/BaseDwrpHandler.java:131
↓ 2 callersMethodupdateRegisteredDwrSession
Get registered DWRSESSIONID from session or register ourselves @param sess @param batch @return DWRSESSIONID registered for this session
protocol/dwrp/main/java/org/directwebremoting/dwrp/BaseDwrpHandler.java:159
↓ 2 callersMethodvalueUnbound
Notifies the object that it is being unbound from a session and identifies the session. @param event the event that identifies the session @see #value
core/api/main/java/org/directwebremoting/event/ScriptSessionBindingListener.java:1
↓ 2 callersMethodwaitWithCatch
(long waitTime)
core/impl/test/java/org/directwebremoting/impl/DefaultServerLoadMonitorHarness.java:105
↓ 2 callersMethodwakeUp
Should cause the doWork() method to be called on a background or container thread. (abstract method to be implemented by concrete Sleepers)
core/impl/main/java/org/directwebremoting/impl/BaseSleeper.java:98
↓ 2 callersMethodwithCurrentPage
Execute a task and aim the output at all the browser windows open at the same page as the current request. No further filtering is performed. This imp
core/api/main/java/org/directwebremoting/Browser.java:120
↓ 2 callersMethodwrap
(MethodInterceptor methodInterceptor)
serverside/guice/main/java/org/directwebremoting/guice/util/MethodInterceptorWrapper.java:26
↓ 2 callersMethodwrap
(MethodInterceptorWrapper wrapper, Class<? extends MethodInterceptor> cls)
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractModule.java:349
↓ 1 callersFunctionB
()
ui/dwr/demo/web/json/jQuery/jquery-1.3.2.min.js:19
↓ 1 callersMethodBeginToken
()
core/impl/generated/java/org/directwebremoting/json/parse/javacc/SimpleCharStream.java:179
↓ 1 callersMethodFillBuff
()
core/impl/generated/java/org/directwebremoting/json/parse/javacc/SimpleCharStream.java:119
↓ 1 callersMethodLexicalError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error. Parameters : EOFSeen : indicates i
core/impl/generated/java/org/directwebremoting/json/parse/javacc/TokenMgrError.java:118
↓ 1 callersMethodReInit
(java.io.InputStream stream)
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParser.java:467
↓ 1 callersMethodUpdateLineColumn
(char c)
core/impl/generated/java/org/directwebremoting/json/parse/javacc/SimpleCharStream.java:188
↓ 1 callersFunction_16b
(node,ref)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_17a
(node,type,_17b)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_19c
(name)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_1c3
(f,o)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_1c6
(f,g,o)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_1f7
()
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_1f8
()
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_1f9
()
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_1fb
()
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_210
(node)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_211
(node)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_226
(_227)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_229
(_22a)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_22b
(_22c)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_22d
(node,root)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_236
(root,_237)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_244
(_245,_246)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_250
(arr)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_258
()
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_25d
(obj,name,_25e)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_285
(dfd)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_286
()
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_9b
(_9c,_9d)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_bf
(_c0,_c1)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_c5
(_c6,_c7)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_c8
(_c9)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersFunction_ca
(_cb,_cc,_cd)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 1 callersMethodaddAjaxFilters
()
serverside/guice/main/java/org/directwebremoting/guice/InternalAjaxFilterManager.java:77
↓ 1 callersMethodaddConverter
(String match, String type, Map<String, String> params)
serverside/guice/main/java/org/directwebremoting/guice/InternalConverterManager.java:70
↓ 1 callersMethodaddConverterType
Add a new converter type @param id The name of the converter type @param className The class to do the conversion
etc/future/scanner/ConverterManager.java:35
↓ 1 callersMethodaddConverters
()
serverside/guice/main/java/org/directwebremoting/guice/InternalConverterManager.java:192
↓ 1 callersMethodaddCreator
(String type, Map<String, String> params)
serverside/guice/main/java/org/directwebremoting/guice/InternalCreatorManager.java:83
↓ 1 callersMethodaddCreators
()
serverside/guice/main/java/org/directwebremoting/guice/InternalCreatorManager.java:163
↓ 1 callersMethodaddExclude
Convenience method for adding an exclude rule. @param method the method to add the exclude rule @throws IllegalArgumentException in case the specified
serverside/spring/main/java/org/directwebremoting/spring/AbstractConfig.java:91
↓ 1 callersMethodaddFileTransfer
Inject a file into the system for later download. @param transfer The representation of the file to inject @return A URL for how to allow download of
core/api/main/java/org/directwebremoting/extend/DownloadManager.java:36
↓ 1 callersMethodaddGlobalFilter
(BeanDefinitionRegistry registry, Element element, String javascript)
serverside/spring/main/java/org/directwebremoting/spring/namespace/FilterParserHelper.java:101
↓ 1 callersMethodaddHeader
(String name, String value)
core/api/main/java/org/directwebremoting/util/FakeHttpServletResponse.java:415
↓ 1 callersMethodaddMemberToArray
Add the given <code>value</code> to the <code>parent</code> array. @throws JsonParseException If there are any errors in adding the value
core/api/main/java/org/directwebremoting/json/parse/impl/StatefulJsonDecoder.java:64
↓ 1 callersMethodaddMemberToObject
Add the given <code>value</code> to the <code>propertyName</code> property of the <code>parent</code> object. @throws JsonParseException If there are
core/api/main/java/org/directwebremoting/json/parse/impl/StatefulJsonDecoder.java:58
↓ 1 callersMethodaddMessage
@param text The new message text to add
ui/dwr/demo/java/com/example/dwr/reverseajax/JavaChat.java:31
↓ 1 callersMethodaddOptions
Add options to a list from an array or map. @param elementId The HTML element to update (by id) @param array An array of strings to use as both value
ui/dwr/main/java/org/directwebremoting/ui/dwr/Util.java:80
↓ 1 callersMethodaddSubscriptionListener
Maintain the list of {@link SubscriptionListener}s @param li the SubscriptionListener to add
etc/future/fancyhub/PubSubHub.java:378
↓ 1 callersMethodaddUserRole
(String role)
core/api/main/java/org/directwebremoting/util/FakeHttpServletRequest.java:25
↓ 1 callersMethodaddWatched
Starts listening for a new itemId. @param listener the client store that will be notifed @param itemId the new item that is being monitored
core/api/main/java/org/directwebremoting/datasync/AbstractStoreProvider.java:235
↓ 1 callersMethodadd_escapes
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
core/impl/generated/java/org/directwebremoting/json/parse/javacc/ParseException.java:178
↓ 1 callersMethodafterContainerSetup
<p>This method allows the bean instance to perform initialization only possible when all bean properties have been set @param container The container
core/api/main/java/org/directwebremoting/extend/InitializingBean.java:35
↓ 1 callersMethodapplyParameterShortcuts
Some parameters might be shortcuts for one or more other parameters. For example 'interactivity. This method resolves those shortcuts by adding new va
core/impl/main/java/org/directwebremoting/impl/StartupUtil.java:295
↓ 1 callersMethodasMap
Get access to the contained data as a {@link Map}. @return An implementation of Map that affects this {@link StoreProvider}
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:247
↓ 1 callersMethodassertAllowedByRoles
Is this current user in the given list of roles @param req The users request @param roles The list of roles to check @throws SecurityException if this
core/impl/main/java/org/directwebremoting/impl/DefaultAccessControl.java:203
↓ 1 callersMethodassertAuthenticationIsValid
Check the users session for validity @param req The users request @throws SecurityException if the users session is invalid
core/impl/main/java/org/directwebremoting/impl/DefaultAccessControl.java:180
↓ 1 callersMethodassertClassNotDwrInternal
Is the class that we are executing a method on part of DWR? @param clazz
core/impl/main/java/org/directwebremoting/impl/DefaultAccessControl.java:314
↓ 1 callersMethodassertGeneralDisplayable
(String scriptName, MethodDeclaration method)
core/impl/main/java/org/directwebremoting/impl/DefaultAccessControl.java:61
← previousnext →801–900 of 3,670, ranked by callers