MCPcopy Create free account

hub / github.com/directwebremoting/dwr / functions

Functions3,670 in github.com/directwebremoting/dwr

↓ 14 callersMethodsetContentType
(String contentType)
core/api/main/java/org/directwebremoting/util/FakeHttpServletResponse.java:242
↓ 13 callersMethodflush
()
core/api/main/java/org/directwebremoting/util/WriterOutputStream.java:117
↓ 13 callersMethodhasLength
Check that the given CharSequence is neither <code>null</code> nor of length 0. Note: Will return <code>true</code> for a CharSequence that purely con
core/api/main/java/org/directwebremoting/util/LocalUtil.java:176
↓ 13 callersMethodisOverloaded
Check two methods reflectively to see if one is overloading the other Note that the parameter ordering is important if one method is higher in the cla
etc/future/OverloadUtil.java:37
↓ 13 callersMethodjj_ntk
()
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParser.java:596
↓ 13 callersMethodload
Write all the data to the given output stream.
core/api/main/java/org/directwebremoting/io/OutputStreamLoader.java:36
↓ 13 callersMethodstripMultiLineComments
Remove all the multi-line comments from a block of text @param text The text to remove multi-line comments from @return The multi-line comment free te
core/impl/main/java/org/directwebremoting/impl/LegacyCompressor.java:194
↓ 13 callersMethodstripSingleLineComments
Remove all the single-line comments from a block of text @param text The text to remove single-line comments from @return The single-line comment free
core/impl/main/java/org/directwebremoting/impl/LegacyCompressor.java:138
↓ 12 callersMethodaddFunctionCall
Call a named function with no parameters. @param funcName The name of the function to call
core/legacy/main/java/org/directwebremoting/proxy/ScriptProxy.java:81
↓ 12 callersMethoddisengageThread
Unset the current ExecutionContext This method is only for use internally to DWR. @see #engageThread(Container, HttpServletRequest, HttpServletRespons
core/api/main/java/org/directwebremoting/WebContextFactory.java:96
↓ 12 callersMethodgetContainer
Accessor for the IoC container. @return The IoC container that created the interface implementations.
core/api/main/java/org/directwebremoting/ServerContext.java:114
↓ 12 callersMethodgetInputStream
Gets an input stream. This function should be called only once.
core/api/main/java/org/directwebremoting/io/InputStreamFactory.java:40
↓ 12 callersMethodgetPropertyType
What type does this property @return The type of object that will be returned by {@link #getValue(Object)}
core/api/main/java/org/directwebremoting/extend/Property.java:48
↓ 12 callersMethodgetScript
()
core/api/main/java/org/directwebremoting/extend/RealScriptSession.java:77
↓ 12 callersMethodparse
Walk along the json <code>input</code> calling methods on <code>decoder</code> as we discover new tokens in the input. @param input The json data sour
core/api/main/java/org/directwebremoting/json/parse/JsonParser.java:34
↓ 11 callersMethodadd
(Entry<String, T> entry)
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:304
↓ 11 callersMethodaddAjaxFilter
Add a global AjaxFilter @param filter The new global AjaxFilter
core/api/main/java/org/directwebremoting/extend/AjaxFilterManager.java:45
↓ 11 callersMethodaddParameter
Add a parameter to the container as a possibility for injection @param askFor The key that will be looked up @param valueParam The value to be returne
core/impl/main/java/org/directwebremoting/impl/DefaultContainer.java:92
↓ 11 callersMethodappendCall
Call a named function with one parameter. @param funcName The name of the function to call @param params The parameters to the above function @return
core/api/main/java/org/directwebremoting/ScriptBuffer.java:173
↓ 11 callersMethodcreateInboundVariable
Create an inbound variable. Usually called by a query parser to setup a list of known variables. This method also checks to see if the new variable is
core/api/main/java/org/directwebremoting/extend/InboundContext.java:83
↓ 11 callersMethodcreateOutput
Return a string ready for output. @param buffer The source of the script data @param converterManager How we convert script variable to Javascript @re
core/api/main/java/org/directwebremoting/extend/ScriptBufferUtil.java:44
↓ 11 callersMethodequals
(Object obj)
core/api/main/java/org/directwebremoting/extend/FormField.java:191
↓ 11 callersMethodexecute
Execute a set of remote calls and generate set of reply data for later conversion to whatever wire protocol we are using today. @param calls The set o
core/api/main/java/org/directwebremoting/extend/Remoter.java:64
↓ 11 callersMethodexpandModulePath
Expands ${contextPath} and ${servletPath} variables in the baseModulePath. @param baseModulePath @return module path
core/impl/main/java/org/directwebremoting/servlet/BaseModule.java:54
↓ 11 callersMethodextractParameter
Extract a parameter and ensure it is in the request. This is needed to cope with Jetty continuations that are not real continuations. @param paramName
protocol/dwrp/main/java/org/directwebremoting/dwrp/Batch.java:124
↓ 11 callersMethodfatal
Logger a fatal error message @param message The text to log
core/api/main/java/org/directwebremoting/util/LoggingOutput.java:96
↓ 11 callersMethodfind
(String name, Class<?> type, Method[] methods)
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1844
↓ 11 callersMethodgetCallCount
How many calls are there is this request @return The total number of calls
core/api/main/java/org/directwebremoting/extend/Calls.java:34
↓ 11 callersMethodgetMessage
A String providing a short description of the error. The message SHOULD be limited to a concise single sentence.
protocol/json/main/java/org/directwebremoting/jsonrpc/io/JsonRpcError.java:133
↓ 11 callersMethodinit
Read the {@link Container} and cache the values
core/impl/main/java/org/directwebremoting/impl/ContainerMap.java:46
↓ 11 callersMethodinvoke
A helper to do the reflection. This helper throws away all exceptions, preferring to log. @param setter The method to invoke @param bean The object to
core/impl/main/java/org/directwebremoting/impl/DefaultContainer.java:278
↓ 11 callersMethodkeySet
()
core/api/main/java/org/directwebremoting/json/types/JsonObject.java:113
↓ 11 callersMethodremoveAttribute
Removes the object bound with the specified name from this ScriptSession. If the ScriptSession does not have an object bound with the specified name,
core/api/main/java/org/directwebremoting/ScriptSession.java:66
↓ 10 callersMethodaddCreator
Add a new creator @param typeName The class to use as a creator @param params The extra parameters to allow the creator to configure itself @throws In
core/api/main/java/org/directwebremoting/extend/CreatorManager.java:48
↓ 10 callersMethodaddCreatorType
In init mode, add a new type of creator @param typeName The name of the new creator type @param className The class that we create
core/api/main/java/org/directwebremoting/extend/CreatorManager.java:38
↓ 10 callersMethodaddParseError
If parsing has failed and we should not continue, then we might want to carry on with the parse to get information like the id that is needed for the
protocol/json/main/java/org/directwebremoting/jsonrpc/io/JsonRpcCalls.java:62
↓ 10 callersMethodcloneNode
Clone a given node. @param elementId The HTML element to update (by id)
ui/dwr/main/java/org/directwebremoting/ui/dwr/Util.java:214
↓ 10 callersMethodconfigure
Do the Configuration actions @param container The object that contains the system objects to configure
core/api/main/java/org/directwebremoting/extend/Configurator.java:32
↓ 10 callersMethodexec
()
core/impl/test/java/org/directwebremoting/impl/DefaultServerLoadMonitorHarness.java:36
↓ 10 callersMethodgetBatchId
@return the batchId
protocol/dwrp/main/java/org/directwebremoting/dwrp/Batch.java:411
↓ 10 callersMethodgetCallId
@return Returns the callId.
etc/future/scanner/Call.java:96
↓ 10 callersMethodgetClass
Hibernate makes {@link Class#getClass()} difficult ... @param example The class that we want to call {@link Class#getClass()} on @return The type of t
serverside/hibernate4/main/java/org/directwebremoting/hibernate/H4BeanConverter.java:136
↓ 10 callersMethodgetInitParameter
(String paramName)
core/api/main/java/org/directwebremoting/util/FakeServletConfig.java:98
↓ 10 callersMethodgetParameter
Get a parameter by index @param callNum The call number to work on @param index The parameter index @return The found parameter
core/api/main/java/org/directwebremoting/extend/InboundContext.java:235
↓ 10 callersMethodprintBuffer
Write the characters in the print buffer out to the stream
core/api/main/java/org/directwebremoting/util/DebuggingPrintWriter.java:306
↓ 10 callersMethodstripBlankLines
Remove all blank lines from a string. A blank line is defined to be a line where the only characters are whitespace. We always ensure that the line co
core/impl/main/java/org/directwebremoting/impl/LegacyCompressor.java:292
↓ 10 callersMethodtoArray
()
core/api/main/java/org/directwebremoting/json/types/JsonArray.java:254
↓ 10 callersFunctionts
(s,e)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 10 callersMethodvalues
()
core/impl/main/java/org/directwebremoting/impl/ContainerMap.java:170
↓ 9 callersMethodaddConverter
Add a new converter based on a match string @param match The class name(s) to match @param type The name of the converter type @param params The extra
core/api/main/java/org/directwebremoting/extend/ConverterManager.java:46
↓ 9 callersMethodclear
()
core/api/main/java/org/directwebremoting/json/types/JsonArray.java:118
↓ 9 callersMethoddereference
Attempt to de-reference an inbound variable. We try de-referencing as soon as possible (why? there is a good reason for it, it fixes some bug, but I c
core/api/main/java/org/directwebremoting/extend/InboundVariable.java:130
↓ 9 callersMethoddoFilter
The <code>doFilter</code> method of the AjaxFilter is called by DWR each time an Ajax request is made on a method that this filter is configured again
core/api/main/java/org/directwebremoting/AjaxFilter.java:58
↓ 9 callersMethodengageThread
Make the current thread know what the current request is. This method is only for use internally to DWR. @param container The IoC container @param req
core/api/main/java/org/directwebremoting/WebContextFactory.java:81
↓ 9 callersMethodgetBeanName
@return Returns the beanName.
serverside/spring/main/java/org/directwebremoting/spring/SpringCreator.java:46
↓ 9 callersMethodgetContextPath
Returns the portion of the request URI that indicates the context of the request. <p>Annoyingly you can't get to this from the {@link ServletContext}
core/api/main/java/org/directwebremoting/ServerContext.java:108
↓ 9 callersMethodgetCurrentProperty
@return The method that we are currently converting data for
core/api/main/java/org/directwebremoting/extend/InboundContext.java:68
↓ 9 callersMethodgetInboundVariable
@return The variable we are delaying marshalling
core/api/main/java/org/directwebremoting/extend/RealRawData.java:50
↓ 9 callersMethodgetInternalResourceAsStream
Open a stream to an internal file resource located in the DWR package tree. @param path @return an open stream
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1545
↓ 9 callersMethodgetModule
Returns the specific module instance matching the supplied name. @param name module name @param includeHidden Should hidden (internal) modules also be
core/api/main/java/org/directwebremoting/extend/ModuleManager.java:39
↓ 9 callersMethodgetReturnType
()
core/api/main/java/org/directwebremoting/extend/MethodDeclaration.java:89
↓ 9 callersMethodgetString
(String name)
serverside/various/main/java/org/directwebremoting/jms/DwrMessage.java:588
↓ 9 callersMethodgetWriteMethod
Obtains the write method for a property. @param property any @return any
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1811
↓ 9 callersMethodinvalidateIfNeeded
Check that we are still valid and throw an IllegalStateException if not. At the same time set the lastAccessedTime flag.
core/impl/main/java/org/directwebremoting/impl/DefaultScriptSession.java:367
↓ 9 callersMethodinvoke
(MethodInvocation invocation)
serverside/guice/main/java/org/directwebremoting/guice/util/OutermostCallInterceptor.java:60
↓ 9 callersMethodisServletClass
Is this class one that we auto fill, so the user can ignore? @param paramType The type to test @return true if the type is a Servlet type
core/api/main/java/org/directwebremoting/util/LocalUtil.java:545
↓ 9 callersMethodregister
Register a StoreProvider for access by the outside world @param storeId The id by which the store can be reached @param provider The store provider th
core/api/main/java/org/directwebremoting/datasync/Directory.java:36
↓ 9 callersMethodsetParams
Set use reflection to set the setters on the object called by the keys in the params map with the corresponding values @param object The object to set
core/api/main/java/org/directwebremoting/util/LocalUtil.java:755
↓ 9 callersMethodsize
()
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:295
↓ 9 callersMethodvalue
()
serverside/guice/main/java/org/directwebremoting/guice/RemotedImpl.java:37
↓ 8 callersMethodadd
Add the add methods do basically the same thing - add themselves to the current object or array.
core/api/main/java/org/directwebremoting/json/parse/impl/StatefulJsonDecoder.java:124
↓ 8 callersMethodaddConverted
Add to the (temporary) list of converted objects @param iv The converted object @param type The type that we converted the object to @param bean The c
core/api/main/java/org/directwebremoting/extend/InboundContext.java:178
↓ 8 callersMethodaddScript
Utility to add the given script to all known browsers. @param script The Javascript to send to the browsers
core/legacy/main/java/org/directwebremoting/proxy/ScriptProxy.java:261
↓ 8 callersMethodatLeast
Check that the user-agent string indicates some minimum browser level @param request The browsers request @param requiredUserAgent The UA required @re
core/api/main/java/org/directwebremoting/util/BrowserDetect.java:115
↓ 8 callersMethodcommit
()
serverside/various/main/java/org/directwebremoting/jms/DwrSession.java:260
↓ 8 callersMethoddestroy
Closes down all parts of DWR in a timely way, stops threads, and performs tidy-up.
core/api/main/java/org/directwebremoting/Container.java:55
↓ 8 callersFunctionerr
(msg,cls)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 8 callersMethodget
Accessor for the current ServerContext. @return The current ServerContext.
core/api/main/java/org/directwebremoting/ServerContextFactory.java:33
↓ 8 callersMethodget
Accessor for the current Hub. @return The current Hub.
core/api/main/java/org/directwebremoting/HubFactory.java:32
↓ 8 callersMethodget
Accessor for the current TaskDispatcher. @return The current TaskDispatcher.
core/api/main/java/org/directwebremoting/extend/TaskDispatcherFactory.java:32
↓ 8 callersMethodgetBuildCode
A script that completes the definition of this variable, and may contain reference to other declared variables. @return Returns the buildCode.
core/api/main/java/org/directwebremoting/extend/OutboundVariable.java:70
↓ 8 callersMethodgetChildren
()
serverside/hibernate4/test/java/org/directwebremoting/convert/mapped/Hibernate4Ex.java:58
↓ 8 callersMethodgetChildren
()
serverside/hibernate/test/java/org/directwebremoting/convert/mapped/Hibernate3Ex.java:58
↓ 8 callersMethodgetCreator
Find an <code>Creator</code> by name @param scriptName The name of the creator to Javascript @param includeHidden Should we include hidden classes? @r
core/api/main/java/org/directwebremoting/extend/CreatorManager.java:76
↓ 8 callersMethodgetIndex
()
core/api/main/java/org/directwebremoting/extend/RealScriptSession.java:76
↓ 8 callersMethodgetInjector
Returns the Injector instance published in the current servlet context.
serverside/guice/main/java/org/directwebremoting/guice/DwrGuiceUtil.java:47
↓ 8 callersMethodgetItemId
Accessor for the primary key for this Object. Clearly not all database primary keys are Strings, my current feeling is that the majority of database p
core/api/main/java/org/directwebremoting/io/Item.java:59
↓ 8 callersMethodgetManagedBeanName
@return Returns the managedBeanName.
noncla/various/main/java/org/directwebremoting/faces/AbstractJsfCreator.java:79
↓ 8 callersMethodgetNamedConverterJavaScriptNames
Returns a collection with all the named converters' JavaScript class names. @return A Collection of name strings
core/api/main/java/org/directwebremoting/extend/ConverterManager.java:87
↓ 8 callersMethodgetPathInfo
()
core/api/main/java/org/directwebremoting/util/FakeHttpServletRequestObject24.java:129
↓ 8 callersMethodgetStoreProvider
Internal method to find or create a StoreProvider for a given user.
core/api/main/java/org/directwebremoting/datasync/AbstractPerXStoreProvider.java:40
↓ 8 callersMethodgetThrowable
@return Returns the Exception
core/api/main/java/org/directwebremoting/extend/Reply.java:78
↓ 8 callersMethodgetVariableName
If outline then we need a variable so we can be referred to
core/api/main/java/org/directwebremoting/extend/NestedOutboundVariable.java:98
↓ 8 callersMethodisConvertable
Check if we can coerce the given type @param paramType The type to check @return true iff <code>paramType</code> is convertible
core/api/main/java/org/directwebremoting/extend/ConverterManager.java:101
↓ 8 callersMethodjjCheckNAdd
(int state)
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParserTokenManager.java:34
↓ 8 callersMethodlog
Internal log implementation. @param loglevel The level to log at @param message The (optional) message to log @param th The (optional) exception
core/api/main/java/org/directwebremoting/util/ServletLoggingOutput.java:105
↓ 8 callersMethodlog
Internal log implementation. @param loglevel The level to log at @param message The (optional) message to log @param th The (optional) exception
core/api/main/java/org/directwebremoting/util/SystemOutLoggingOutput.java:102
↓ 8 callersMethodsendScript
Write a script to remote side. @param script The script to write
core/api/main/java/org/directwebremoting/extend/ScriptConduit.java:49
↓ 8 callersMethodtrimLines
Remove any leading or trailing spaces from a line of code. This function could be improved by making it strip unnecessary double spaces, but since we
core/impl/main/java/org/directwebremoting/impl/LegacyCompressor.java:94
↓ 8 callersMethodwriteResponse
Create an output data packet that a JSON-RPC client can understand
protocol/json/main/java/org/directwebremoting/jsonrpc/JsonRpcCallHandler.java:146
← previousnext →101–200 of 3,670, ranked by callers