MCPcopy Create free account

hub / github.com/directwebremoting/dwr / functions

Functions3,670 in github.com/directwebremoting/dwr

↓ 7 callersFunction_21c
(_221,_222)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 7 callersMethodaddConverterType
Add a new converter type @param id The name of the converter type @param className The class to do the conversion
core/api/main/java/org/directwebremoting/extend/ConverterManager.java:35
↓ 7 callersMethodaddRoleRestriction
J2EE role based security allows us to restrict methods to only being used by people in certain roles. @param scriptName The name of the creator to Jav
core/api/main/java/org/directwebremoting/extend/AccessControl.java:84
↓ 7 callersMethodattach
This method should be called during setup only. This is a bit like {@link InitializingBean#afterContainerSetup} except that it is called by {@link Fac
core/api/main/java/org/directwebremoting/extend/Builder.java:56
↓ 7 callersMethodcancel
Prevent further calls to {@link Sleeper#wakeUp()}. See the note about late calls above.
core/api/main/java/org/directwebremoting/extend/Alarm.java:19
↓ 7 callersMethodcapitalize
Changes the first letter to upper case. No other letters are affected. @param input any @return any
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1792
↓ 7 callersMethodcheckOverride
All {@link Property}s can create children to represent sub-types, but the ConverterManager might want to override the options that they provide using
core/api/main/java/org/directwebremoting/extend/ConverterManager.java:161
↓ 7 callersMethodclassNewInstance
Utility to essentially do Class forName and newInstance with the assumption that the environment expects failures for missing jar files and can carry
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1428
↓ 7 callersMethodclear
()
core/impl/main/java/org/directwebremoting/impl/ContainerMap.java:217
↓ 7 callersMethodcompress
Compress the source code by removing java style comments and removing leading and trailing spaces. @param text The javascript (or java) program to com
core/impl/main/java/org/directwebremoting/impl/LegacyCompressor.java:48
↓ 7 callersMethodconvert
We have inbound data and a type that we need to convert it into, this method performs the conversion.
core/impl/main/java/org/directwebremoting/convert/BasicObjectConverter.java:254
↓ 7 callersMethodcopy
Copy bytes from a <code>byte[]</code> to an <code>OutputStream</code>. @param input the byte array to read from @param output the <code>OutputStream</
core/api/main/java/org/directwebremoting/util/CopyUtils.java:117
↓ 7 callersMethoddispatchTask
Take a runnable action and run it against every {@link ScriptSession} that matches a specified filter.
core/api/main/java/org/directwebremoting/extend/TaskDispatcher.java:34
↓ 7 callersMethodentrySet
()
core/api/main/java/org/directwebremoting/json/types/JsonObject.java:89
↓ 7 callersMethodgetBeanNames
Get a list of all the available beans. Implementation of this method is optional so it is valid for this method to return an empty collection, but to
core/api/main/java/org/directwebremoting/Container.java:49
↓ 7 callersMethodgetCall
@param index The index (starts at 0) of the call to fetch @return Returns the calls.
core/api/main/java/org/directwebremoting/extend/Calls.java:43
↓ 7 callersMethodgetCallId
@return Returns the callId.
core/api/main/java/org/directwebremoting/extend/Call.java:94
↓ 7 callersMethodgetHeader
Accessor for a header by a given name @param name The header name to lookup @return The data behind this header
core/api/main/java/org/directwebremoting/util/FakeHttpServletResponse.java:513
↓ 7 callersMethodgetInstanceId
@return the instanceId
protocol/dwrp/main/java/org/directwebremoting/dwrp/Batch.java:424
↓ 7 callersMethodgetJavascriptSuperClass
Accessor for the javascript class name that will appear as superclass for mapped converted objects. @return The Javascript classname
core/api/main/java/org/directwebremoting/extend/NamedConverter.java:90
↓ 7 callersMethodgetNamedConverter
Find a converter based on class-mapped JavaScript class name. @param javascriptClassName The type name as passed in from the client @return The Conver
core/api/main/java/org/directwebremoting/extend/ConverterManager.java:94
↓ 7 callersMethodgetServletPath
()
core/api/main/java/org/directwebremoting/util/FakeHttpServletRequestObject24.java:238
↓ 7 callersMethodgetStringProperty
(String name)
serverside/various/main/java/org/directwebremoting/jms/DwrMessage.java:182
↓ 7 callersMethodgetValue
Get an attribute/<code>property</code> from a <code>bean</code>. @param bean The object to read an attribute/property from. @param property The attrib
core/api/main/java/org/directwebremoting/datasync/AttributeValueExtractor.java:33
↓ 7 callersMethodhierarchy
()
core/impl/main/java/org/directwebremoting/impl/AccessLogLevel.java:106
↓ 7 callersMethodinit
(ServletConfig servletConfig)
core/impl/main/java/org/directwebremoting/servlet/DwrServlet.java:55
↓ 7 callersMethodisAllowedByIncludeExcludeRules
Check with the access rules to see if we are allowed to convert a property @param property The property to test @return true if the property may be ma
core/impl/main/java/org/directwebremoting/convert/BasicObjectConverter.java:387
↓ 7 callersMethodjjStartNfa_0
(int pos, long active0)
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParserTokenManager.java:209
↓ 7 callersMethodprint
(String s)
core/api/main/java/org/directwebremoting/util/WriterOutputStream.java:52
↓ 7 callersMethodregisterConfigurationIfNecessary
Checks if a configuration object (usually from a <code>&lt;dwr:configuration&gt;</code> tag) has already been processed. If not it registers one autom
serverside/spring/main/java/org/directwebremoting/spring/namespace/ConfigurationParser.java:77
↓ 7 callersMethodsetConverterManager
If we are a compound converter that farms out part of the conversion to other converters then you farm the conversion out via a configuration. @param
core/api/main/java/org/directwebremoting/extend/Converter.java:31
↓ 7 callersMethodsetParameters
@param parameters the parameters to set
etc/future/scanner/Call.java:80
↓ 7 callersMethodsetState
Because some parts of the configuration require multiple steps, the instance needs to maintain a state across invocations. Whenever the state is chang
noncla/various/main/java/org/directwebremoting/fluent/FluentConfigurator.java:250
↓ 7 callersMethodsplitInbound
The javascript outbound marshaller prefixes the toString value with a colon and the original type information. This undoes that. @param data The strin
core/api/main/java/org/directwebremoting/extend/ConvertUtil.java:42
↓ 7 callersMethodtype
The type of object used as a context identifier.
serverside/guice/main/java/org/directwebremoting/guice/util/ContextScope.java:48
↓ 6 callersFunction_1fd
(_1fe,_1ff)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 6 callersFunction_200
(i,arr)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 6 callersFunction_203
(elem,attr)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 6 callersFunction_228
(node,bag)
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 6 callersMethodadd
Add the add methods (with the slight exception of {@link #addString}) do basically the same thing - add themselves to the current object or array. Str
core/api/main/java/org/directwebremoting/json/parse/impl/ConverterJsonDecoder.java:104
↓ 6 callersMethodaddReply
Add a reply to the collection of replies we are about to make @param reply The reply to add
core/api/main/java/org/directwebremoting/extend/Replies.java:60
↓ 6 callersMethodchangeMode
(int usageMode, int _connectedTime, int _disconnectedTime)
core/impl/main/java/org/directwebremoting/impl/ThrottlingServerLoadMonitor.java:231
↓ 6 callersMethodcreate
Make it easy for Factories to create a Factory instance.
core/api/main/java/org/directwebremoting/extend/Factory.java:35
↓ 6 callersFunctione
()
ui/dwr/demo/web/json/jQuery/jquery-1.3.2.min.js:12
↓ 6 callersMethodgenerate
Generates an id string unique enough to avoid duplicates within one server session and all its corresponding user sessions. @return A unique id string
core/api/main/java/org/directwebremoting/extend/IdGenerator.java:29
↓ 6 callersMethodgetBytes
(String name)
serverside/various/main/java/org/directwebremoting/jms/DwrMessage.java:532
↓ 6 callersMethodgetCalls
@return the calls
protocol/dwrp/main/java/org/directwebremoting/dwrp/CallBatch.java:150
↓ 6 callersMethodgetClassLoader
()
etc/future/scanner/ClasspathScanner.java:38
↓ 6 callersMethodgetGenericParameterTypes
()
core/api/main/java/org/directwebremoting/extend/MethodDeclaration.java:79
↓ 6 callersMethodgetHttpSessionId
If this ScriptSession's browser session also has a HttpSession then this method gives access to its id (typically corresponding to the JSESSIONID cook
core/api/main/java/org/directwebremoting/ScriptSession.java:145
↓ 6 callersMethodgetJavascript
Accessor for the javascript class name for mapped converted objects. @return The Javascript classname
core/api/main/java/org/directwebremoting/extend/NamedConverter.java:77
↓ 6 callersMethodgetLabel
@return The full version string
core/api/main/java/org/directwebremoting/util/VersionUtil.java:97
↓ 6 callersMethodgetMethod
Util method to get a method, ignoring checked exceptions @param clazz @param name @param parameterTypes @return method
etc/future/OverloadUtilTest.java:109
↓ 6 callersMethodgetMethod
()
core/impl/test/java/org/directwebremoting/impl/DefaultAccessControlTest.java:156
↓ 6 callersMethodgetPage
What page is this script session attached to? The page does not include server information, but does include everything from the host/port onwards, in
core/api/main/java/org/directwebremoting/ScriptSession.java:138
↓ 6 callersMethodgetRemoteHandleExceptionScript
Call dwr.engine.remote.handleException() in the browser @param batchId The identifier of the batch that we are handling a response for @param callId T
core/api/main/java/org/directwebremoting/extend/EnginePrivate.java:97
↓ 6 callersMethodgetReply
@return Returns the call return value.
core/api/main/java/org/directwebremoting/extend/Reply.java:70
↓ 6 callersMethodgetResourceAsStream
(String path)
core/api/main/java/org/directwebremoting/util/FakeServletContextObject24.java:137
↓ 6 callersMethodgetScope
Each Creator creates objects with a given scope. @return How long do we hold onto instances created by this Creator
core/api/main/java/org/directwebremoting/extend/Creator.java:52
↓ 6 callersMethodgetServerContext
()
core/api/main/java/org/directwebremoting/Browser.java:306
↓ 6 callersMethodisEmpty
()
core/impl/main/java/org/directwebremoting/impl/ContainerMap.java:140
↓ 6 callersMethodisFile
Determines whether or not a FormField instance represents a simple form field. @return true for an uploaded file; false for a simple form field.
core/api/main/java/org/directwebremoting/extend/FormField.java:151
↓ 6 callersMethodisInline
Is there something (like JSON mode) that forces us to inline or maybe we are referred to by multiple other things
core/api/main/java/org/directwebremoting/extend/NestedOutboundVariable.java:112
↓ 6 callersMethodisVarArgs
()
core/api/main/java/org/directwebremoting/extend/MethodDeclaration.java:84
↓ 6 callersMethodopen
Open a new browser child window, pointing at given <code>url</code> and identified with a given <code>windowName</code>. @see #open(String, String, Op
ui/dwr/main/java/org/directwebremoting/ui/browser/Window.java:140
↓ 6 callersMethodremoveAllRows
Remove all the children of a given node. @param elementId The HTML element to update (by id)
ui/dwr/main/java/org/directwebremoting/ui/dwr/Util.java:205
↓ 6 callersMethodrun
()
serverside/guice/main/java/org/directwebremoting/guice/util/InstanceProvider.java:27
↓ 6 callersMethodsendError
(int newStatus, String newErrorMessage)
core/api/main/java/org/directwebremoting/util/FakeHttpServletResponse.java:115
↓ 6 callersMethodsetHeader
(String name, String value)
core/api/main/java/org/directwebremoting/util/FakeHttpServletResponse.java:423
↓ 6 callersMethodsetInitParameter
Modify an init parameter
core/api/main/java/org/directwebremoting/util/FakeServletConfig.java:90
↓ 6 callersMethodsetMessageListener
(MessageListener messageListener)
serverside/various/main/java/org/directwebremoting/jms/DwrMessageConsumer.java:120
↓ 6 callersMethodsubscribe
Called to create a subscription so that future publishes to a similarly named topic alert the MessageListener that a publish has happened. <p><b>Warni
core/api/main/java/org/directwebremoting/Hub.java:44
↓ 6 callersFunctiont
(F,E)
ui/dwr/demo/web/json/jQuery/jquery-1.3.2.min.js:19
↓ 6 callersMethodtoClass
Utility to find a Class<?> from a Type if possible, assuming String.class if the conversion can't be made
core/api/main/java/org/directwebremoting/util/LocalUtil.java:1723
↓ 6 callersMethodupdate
Make a series of updates to items in the store. @param changes A list of item IDs along with the attributes to change and the values to change to
core/api/main/java/org/directwebremoting/datasync/StoreProvider.java:105
↓ 6 callersMethodwakeUpToClose
Wake up to close down the Sleeper and free any resources held by it. The previously supplied onClose callback will be executed. @return the disconnect
core/api/main/java/org/directwebremoting/extend/Sleeper.java:52
↓ 5 callersFunctionF
(Y,U,ab,ac)
ui/dwr/demo/web/json/jQuery/jquery-1.3.2.min.js:19
↓ 5 callersFunctionQ
(T)
ui/dwr/demo/web/json/jQuery/jquery-1.3.2.min.js:19
↓ 5 callersMethodReInitRounds
()
core/impl/generated/java/org/directwebremoting/json/parse/javacc/JavaccJsonParserTokenManager.java:880
↓ 5 callersFunction_1e6
()
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 5 callersFunction_1fa
()
ui/dwr/demo/web/json/dojo/simple/dojo/dojo.js:14
↓ 5 callersMethodaddRows
Create rows inside a the table, tbody, thead or tfoot element (given by id). @param elementId The HTML element to update (by id) @param data The cells
ui/dwr/main/java/org/directwebremoting/ui/dwr/Util.java:123
↓ 5 callersMethodassertMethodDisplayable
Complementing checks for a remoted Java class and method. @param clazz An actual Java class @param method An actual reflected Java method @throws Secu
core/api/main/java/org/directwebremoting/extend/AccessControl.java:75
↓ 5 callersMethodconfigureFromSystemDwrXml
Configure using the system dwr.xml from within the JAR file. @param container The container to configure @throws ParserConfigurationException If the c
core/impl/main/java/org/directwebremoting/impl/StartupUtil.java:634
↓ 5 callersMethodencodeBase64
(byte[] binaryData)
core/api/main/java/org/directwebremoting/util/Base64.java:166
↓ 5 callersMethodentrySet
()
core/api/main/java/org/directwebremoting/datasync/MapStoreProvider.java:278
↓ 5 callersMethodescapeHtml
Perform the following replacements:<ul> <li>&amp; to &amp;amp;</li> <li>&lt; to &amp;lt;</li> <li>&gt; to &amp;gt;</li> <li>&apos; to &amp;apos;</li>
core/api/main/java/org/directwebremoting/Security.java:42
↓ 5 callersMethodgenerateDtoInheritanceJavaScript
Generate JavaScript that sets up a DTO class's inheritance from its superclass @param indent Indent string prepended to all generated text lines @para
core/api/main/java/org/directwebremoting/extend/Remoter.java:56
↓ 5 callersMethodgenerateDtoJavaScript
Generate JavaScript that forms a mapped DTO class @param jsClassName The mapped JavaScript class name @param indent Indent string prepended to all gen
core/api/main/java/org/directwebremoting/extend/Remoter.java:44
↓ 5 callersMethodget
Accessor for the current JsonParser. @return The current JsonParser.
core/api/main/java/org/directwebremoting/json/parse/JsonParserFactory.java:34
↓ 5 callersMethodgetAction
@return Returns the action.
serverside/webwork/main/java/org/directwebremoting/webwork/ActionDefinition.java:15
↓ 5 callersMethodgetApplicationContext
Allow easy override when retrieving the application context. @param servletContext @return the default application context.
serverside/spring/main/java/org/directwebremoting/spring/DwrSpringServlet.java:140
↓ 5 callersMethodgetBatchId
@return Returns the batchId.
core/api/main/java/org/directwebremoting/extend/Calls.java:68
↓ 5 callersMethodgetChildDeclareCodes
@return The {@link #getDeclareCode()}s of all our children
core/api/main/java/org/directwebremoting/extend/NestedOutboundVariable.java:54
↓ 5 callersMethodgetClasses
Get the list of classes available to the classloader
core/api/main/java/org/directwebremoting/util/ClasspathScanner.java:91
↓ 5 callersMethodgetConversionType
Accessor for the type we are converting to/from @return The type we are converting to/from
core/api/main/java/org/directwebremoting/ConversionException.java:68
↓ 5 callersMethodgetCurrentSession
Get access to a Session, given the {@link SessionFactory} linked in {@link #setSessionFactory(ServletContext, SessionFactory)} @param context The weba
serverside/hibernate/main/java/org/directwebremoting/hibernate/H3SessionAjaxFilter.java:87
↓ 5 callersMethodgetInputStream
Returns an InputStream that can be used to retrieve the contents of the file. @return An InputStream that can be used to retrieve the contents of the
core/api/main/java/org/directwebremoting/extend/FormField.java:95
↓ 5 callersMethodgetMethodDeclaration
@return the method
core/api/main/java/org/directwebremoting/extend/Call.java:62
↓ 5 callersMethodgetModuleNames
Returns the names of all modules handled by this ModuleManager. @param includeHidden Should hidden (internal) modules also be listed? @return collecti
core/api/main/java/org/directwebremoting/extend/ModuleManager.java:31
← previousnext →201–300 of 3,670, ranked by callers