MCPcopy Create free account

hub / github.com/directwebremoting/dwr / functions

Functions3,670 in github.com/directwebremoting/dwr

↓ 2 callersMethodgetName
()
core/impl/test/java/org/directwebremoting/convert/mapped/BeanEx.java:35
↓ 2 callersMethodgetName
()
ui/dwr/demo/java/com/example/dwr/people/Person.java:56
↓ 2 callersMethodgetNamedConverter
(String javascriptClassName)
core/impl/main/java/org/directwebremoting/impl/DefaultConverterManager.java:322
↓ 2 callersMethodgetNamedObjectType
If we are using object parameters that have specified types then the {@link ConverterManager} will need to get to know what the required type is. @ret
etc/future/scanner/InboundVariable.java:133
↓ 2 callersMethodgetNamedObjectType
If we are using object parameters that have specified types then the {@link ConverterManager} will need to get to know what the required type is. @ret
core/api/main/java/org/directwebremoting/extend/InboundVariable.java:169
↓ 2 callersMethodgetNextId
Get the next unique ID in a thread safe way @return a unique id
ui/dwr/demo/java/com/example/dwr/people/Person.java:85
↓ 2 callersMethodgetOrCreateScriptSession
For a given script session id, return the existing ScriptSession object or create a new if needed. @param id The id to get a ScriptSession object for
core/api/main/java/org/directwebremoting/extend/ScriptSessionManager.java:64
↓ 2 callersMethodgetOutboundMimeType
What mime type should we send to the browser for this data? @return A mime-type
etc/future/scanner/BaseCallHandler.java:422
↓ 2 callersMethodgetOwner
()
serverside/hibernate4/test/java/org/directwebremoting/convert/mapped/Hibernate4NestEx.java:51
↓ 2 callersMethodgetOwner
()
serverside/hibernate/test/java/org/directwebremoting/convert/mapped/Hibernate3NestEx.java:51
↓ 2 callersMethodgetParameters
@return the parameters
etc/future/scanner/Call.java:72
↓ 2 callersMethodgetPolicy
Find the policy for the given type and create one if none exists. @param type The name of the creator @return The policy for the given Creator
core/impl/main/java/org/directwebremoting/impl/DefaultAccessControl.java:330
↓ 2 callersMethodgetPropertyMapFromObject
Get a map of property names to implementations of {@link Property}. <p>HibernateBeanConverter (and maybe others) may want to provide alternate version
core/api/main/java/org/directwebremoting/extend/NamedConverter.java:44
↓ 2 callersMethodgetPropertyType
Set a property on an object using reflection @param real The object type to find the setter on @param key The name of the property to set.
core/api/main/java/org/directwebremoting/util/LocalUtil.java:865
↓ 2 callersMethodgetProviderVersion
()
serverside/various/main/java/org/directwebremoting/jms/DwrConnectionMetaData.java:97
↓ 2 callersMethodgetRawData
WARNING: This method is for internal use only. It may well disappear at some stage in the future Sometimes we just want to get at whatever the data wa
core/api/main/java/org/directwebremoting/event/MessageEvent.java:51
↓ 2 callersMethodgetReferenceVariable
Get a reference to this OutboundVariable. During step 1 of the conversion process where we turn the raw objects into OutboundVariables we may wish to
core/api/main/java/org/directwebremoting/extend/OutboundVariable.java:56
↓ 2 callersMethodgetRemoteCloseFunctionScript
Call dwr.engine.remote.closeFunction() in the browser @param id The registered function name @return The script to send to the browser
core/api/main/java/org/directwebremoting/extend/EnginePrivate.java:183
↓ 2 callersMethodgetRemoteExecuteObjectScript
Call dwr.engine.remote.executeFunction() in the browser @param id The registered function name @param params The data to pass to the function @return
core/api/main/java/org/directwebremoting/extend/EnginePrivate.java:157
↓ 2 callersMethodgetRemoteHandleBatchExceptionScript
Call dwr.engine.remote.handleServerException() in the browser @param batchId The identifier of the batch that we are handling a response for @param ex
core/api/main/java/org/directwebremoting/extend/EnginePrivate.java:124
↓ 2 callersMethodgetRemoteUser
()
core/api/main/java/org/directwebremoting/util/FakeHttpServletRequestObject24.java:175
↓ 2 callersMethodgetReply
@param index The index (starts at 0) of the reply to fetch @return Returns the replies.
core/api/main/java/org/directwebremoting/extend/Replies.java:51
↓ 2 callersMethodgetRequestURI
()
core/api/main/java/org/directwebremoting/util/FakeHttpServletRequestObject24.java:220
↓ 2 callersMethodgetResult
@return The data that results from running a JSON-RPC request
protocol/json/main/java/org/directwebremoting/jsonrpc/io/JsonRpcResponse.java:52
↓ 2 callersMethodgetRoot
When the parse is finished, this gives access to the result
core/api/main/java/org/directwebremoting/json/parse/JsonDecoder.java:30
↓ 2 callersMethodgetRootCause
Find the leaf cause of an exception chain.
core/api/main/java/org/directwebremoting/util/LocalUtil.java:2046
↓ 2 callersMethodgetScheme
()
core/api/main/java/org/directwebremoting/util/FakeHttpServletRequestObject24.java:544
↓ 2 callersMethodgetScopedInstance
()
core/impl/main/java/org/directwebremoting/impl/CreatorModule.java:188
↓ 2 callersMethodgetScriptFile
()
core/impl/main/java/org/directwebremoting/create/ScriptedCreator.java:336
↓ 2 callersMethodgetServerContext
@return the servletContext
serverside/various/main/java/org/directwebremoting/jms/DwrConnection.java:157
↓ 2 callersMethodgetServerName
()
core/api/main/java/org/directwebremoting/util/FakeHttpServletRequestObject24.java:553
↓ 2 callersMethodgetServerPort
()
core/api/main/java/org/directwebremoting/util/FakeHttpServletRequestObject24.java:562
↓ 2 callersMethodgetServletContext
()
core/api/main/java/org/directwebremoting/util/FakeServletConfig.java:82
↓ 2 callersMethodgetServletContext
Gets the servlet context from the thread-local stash, if any, otherwise from the current web context, if one exists, otherwise from the singleton serv
serverside/guice/main/java/org/directwebremoting/guice/DwrGuiceUtil.java:59
↓ 2 callersMethodgetSingletonServerContext
If there is only once instance of DWR defined in a ServletContext then we can get at it using this method. @return The one-and-only ServerContext or n
core/impl/main/java/org/directwebremoting/impl/StartupUtil.java:839
↓ 2 callersMethodgetSystemClassloadTime
Get a timestamp for the earliest time that we know the JVM started @return a JVM start time
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1973
↓ 2 callersMethodgetText
Gets the string representation of the rendered action result. @return string representation of rendered action
serverside/webwork/main/java/org/directwebremoting/webwork/AjaxTextResult.java:15
↓ 2 callersMethodgetType
()
core/impl/main/java/org/directwebremoting/create/NewCreator.java:55
↓ 2 callersMethodgetValue
@return Returns the value.
core/api/main/java/org/directwebremoting/extend/InboundVariable.java:193
↓ 2 callersMethodgetWebXmlWelcomeFileList
Accessor for the list of components to strip to normalize a filename @param context Our route to reading web.xml @return A list of the welcome files f
core/impl/main/java/org/directwebremoting/impl/DefaultPageNormalizer.java:136
↓ 2 callersMethodhandle
(HttpServletRequest request, HttpServletResponse response)
core/impl/main/java/org/directwebremoting/servlet/UrlProcessor.java:153
↓ 2 callersMethodhashCode
()
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:562
↓ 2 callersFunctioni
(F,E)
ui/dwr/demo/web/json/jQuery/jquery-1.3.2.min.js:19
↓ 2 callersMethodid
()
serverside/guice/main/java/org/directwebremoting/guice/FilteringImpl.java:42
↓ 2 callersMethodid
()
serverside/guice/main/java/org/directwebremoting/guice/InitParamImpl.java:42
↓ 2 callersFunctionignoreIfUnloading
(batch, f)
core/impl/main/java/org/directwebremoting/engine.js:590
↓ 2 callersMethodimpl
()
serverside/guice/main/java/org/directwebremoting/guice/ConvertingImpl.java:70
↓ 2 callersMethodincreaseIndent
()
core/api/main/java/org/directwebremoting/json/parse/impl/DebuggingJsonDecoder.java:145
↓ 2 callersMethodinferWildcardReplacements
Expands wildcards in an identifier string by using information in a base identifier name. @param base the base identifier @param wildcarded the wildca
core/api/main/java/org/directwebremoting/util/LocalUtil.java:359
↓ 2 callersMethodinit
Create a new in-memory database using HSQLDB
serverside/hibernate2/test/java/org/directwebremoting/hibernate/Database.java:33
↓ 2 callersMethodinitializeBean
(Object bean)
core/impl/main/java/org/directwebremoting/impl/DefaultContainer.java:196
↓ 2 callersMethodinvalidate
()
core/impl/main/java/org/directwebremoting/impl/DefaultScriptSession.java:123
↓ 2 callersMethodinvoke
(Object proxy, Method method, Object[] args)
core/api/main/java/org/directwebremoting/extend/DefaultJavascriptObject.java:43
↓ 2 callersMethodisAscending
Are we sorting in ascending order? This is the logical negative of {@link #isDescending()}
core/api/main/java/org/directwebremoting/io/SortCriterion.java:70
↓ 2 callersMethodisExecuteResult
@return Returns the executeResult.
serverside/webwork/main/java/org/directwebremoting/webwork/ActionDefinition.java:31
↓ 2 callersMethodisForce
If true DWR will use reflection modifiers to access private members of objects @return - Returns whether to use reflection for accessing private membe
serverside/spring/main/java/org/directwebremoting/spring/ConverterConfig.java:73
↓ 2 callersMethodisHidden
Hidden creators do not show up from the outside world, the only way to call them is to know their name. This restriction is in addition to those made
core/api/main/java/org/directwebremoting/extend/Creator.java:72
↓ 2 callersMethodisJavaScriptArrayConvertableTo
Can a JavaScript "array" be converted to type? @param type @return boolean
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1908
↓ 2 callersMethodisRelevant
Is this item one that will appear in this Index?
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:511
↓ 2 callersMethodisSimpleName
Is this object property one that we can use in a JSON style or do we need to get fancy. i.e does it contain only letters and numbers with an initial l
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1119
↓ 2 callersMethodisVBExpression
Determine whether String is a value binding expression or not. @param expression The expression to test for value bindingness @return true if the expr
noncla/various/main/java/org/directwebremoting/faces/AbstractJsfCreator.java:63
↓ 2 callersMethodjjFillToken
()
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParserTokenManager.java:908
↓ 2 callersMethodjjMoveStringLiteralDfa3_0
(long old0, long active0)
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParserTokenManager.java:321
↓ 2 callersFunctionjsonRpcEnvelope
(_1)
ui/dwr/demo/web/json/dojo/simple/dojox/rpc/JsonRPC.js:12
↓ 2 callersMethodloadProperties
Load the properties from the internal properties file.
core/api/main/java/org/directwebremoting/util/VersionUtil.java:106
↓ 2 callersMethodlog
(String message)
core/api/main/java/org/directwebremoting/util/FakeServletContextObject24.java:199
↓ 2 callersMethodlookupCreators
Get a list of the defined Creators. @param registry a non null instance @return any
serverside/spring/main/java/org/directwebremoting/spring/namespace/CreatorParserHelper.java:58
↓ 2 callersMethodmaybeCheckTimeouts
If we call {@link #checkTimeouts()} too often is could bog things down so we only check every one in a while (default 30 secs); this checks to see of
core/impl/main/java/org/directwebremoting/impl/DefaultScriptSessionManager.java:370
↓ 2 callersMethodnewExceptionLoggingCloseableHandler
(List<Exception> exceptions)
serverside/guice/main/java/org/directwebremoting/guice/util/ContextCloseHandlers.java:23
↓ 2 callersMethodnoBinaryMessages
DWR does not support binary messages. It could by making use of the file download feature, however we need to bed things in a bit first
serverside/various/main/java/org/directwebremoting/jms/Unsupported.java:34
↓ 2 callersMethodnoConnectionConsumers
{@link ConnectionConsumer}s are for high message load arenas
serverside/various/main/java/org/directwebremoting/jms/Unsupported.java:86
↓ 2 callersMethodnoMessageExpiry
We don't expire messages other than beyond the script session timeout which is not set at a message level
serverside/various/main/java/org/directwebremoting/jms/Unsupported.java:69
↓ 2 callersMethodnoMessagePriority
DWR treats all messages fairly. Queue jumping is expected to be hard to implement
serverside/various/main/java/org/directwebremoting/jms/Unsupported.java:78
↓ 2 callersMethodobject
(JsonDecoder decoder, String propertyName)
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParser.java:76
↓ 2 callersMethodonMessage
Passes a message to the listener. @param message the message passed to the listener
core/api/main/java/org/directwebremoting/event/MessageListener.java:31
↓ 2 callersMethodoutermostCallWrapper
For passing to bindInterceptor to wrap injected MethodInterceptors.
serverside/guice/main/java/org/directwebremoting/guice/util/OutermostCallInterceptor.java:34
↓ 2 callersMethodpair
(JsonDecoder decoder)
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParser.java:107
↓ 2 callersMethodparametersAreEqual
check deep equality on parameters of two methods @param first @param second @return
etc/future/OverloadUtil.java:106
↓ 2 callersMethodparseConverterSettings
(ConverterConfig converterConfig, Element parent)
serverside/spring/main/java/org/directwebremoting/spring/namespace/ConverterParserHelper.java:46
↓ 2 callersMethodparseParameters
()
protocol/dwrp/main/java/org/directwebremoting/dwrp/Batch.java:77
↓ 2 callersMethodparseRequest
Process an inbound request into a set of name/value pairs where the values could be file uploads. @param req The request to parse @return A map of the
protocol/dwrp/main/java/org/directwebremoting/dwrp/FileUpload.java:41
↓ 2 callersMethodparseTestInput
Parse the list of tests to detect json test that we need to run @param filename The name of a file in the same package @return A list of json test, re
core/impl/test/java/org/directwebremoting/util/TestUtil.java:36
↓ 2 callersMethodpopContext
Someone wants to tell us about a finished conversion context.
core/api/main/java/org/directwebremoting/extend/InboundContext.java:60
↓ 2 callersMethodpopServletContext
Pops a thread-locally stashed servlet context. Call this in a finally block when {@link #pushServletContext} is called.
serverside/guice/main/java/org/directwebremoting/guice/DwrGuiceUtil.java:135
↓ 2 callersMethodprocessConvert
Process the @DataTransferObject annotation on a given class @param clazz The class annotated with @DataTransferObject @param convertAnn The annotation
core/impl/main/java/org/directwebremoting/annotations/AnnotationsConfigurator.java:275
↓ 2 callersMethodprocessFilter
Process the @Filter annotation @param filterAnn The filter annotation @param name The Javascript name of the class to filter @param container The IoC
core/impl/main/java/org/directwebremoting/annotations/AnnotationsConfigurator.java:255
↓ 2 callersMethodpublishContainer
If helps some situations if people can get at the container by looking in the servlet context, under some name. The name is specified in an initParame
core/impl/main/java/org/directwebremoting/impl/StartupUtil.java:792
↓ 2 callersMethodpushContext
Someone wants to tell us about a new conversion context. @param context The current conversion context
core/api/main/java/org/directwebremoting/extend/InboundContext.java:52
↓ 2 callersMethodpushServletContext
Thread-locally pushes a servlet context. Call {@link #popServletContext} in a finally block when calling this method.
serverside/guice/main/java/org/directwebremoting/guice/DwrGuiceUtil.java:126
↓ 2 callersMethodput
(String itemId, T value)
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:142
↓ 2 callersMethodput
Add an item thats already in a pair
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:449
↓ 2 callersMethodput
(C registry, String keyString, Object creator)
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractSimpleContextScope.java:43
↓ 2 callersMethodputAll
(Map<? extends String, ?> t)
core/impl/main/java/org/directwebremoting/impl/ContainerMap.java:199
↓ 2 callersMethodrealizeNumber
Create a {@link BigDecimal}, double, int, or long depending on the input strings. @param intPart A string of [0-9] representing the integer part of th
core/api/main/java/org/directwebremoting/json/parse/impl/StatefulJsonDecoder.java:208
↓ 2 callersMethodregistryFor
Returns the registry object associated with the given context.
serverside/guice/main/java/org/directwebremoting/guice/util/ContextRegistry.java:30
↓ 2 callersMethodremappedResourcePath
Adjust a resource path to match any remapping done to the DWR package path. @param path original resource path @return path adjusted wrt package rema
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1527
↓ 2 callersMethodremove
Remove an item from this cache of data
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:439
↓ 2 callersMethodreseed
Set up entropy in random number generator
core/impl/main/java/org/directwebremoting/impl/DefaultSecureIdGenerator.java:192
↓ 2 callersMethodresolveMultipleImplementation
Some interfaces have multiple options, and we pick the first that we can construct. The assumption is that multiple implementations are held as string
core/impl/main/java/org/directwebremoting/impl/StartupUtil.java:432
↓ 2 callersMethodresumeWork
The method that should be called by a background thread when we are being awakened
core/impl/main/java/org/directwebremoting/server/servlet3/Servlet30Sleeper.java:94
← previousnext →701–800 of 3,670, ranked by callers