-
asia.stampy.server.netty.ServerNettyMessageGateway.addHandler()
-
com.caucho.env.warning.WarningService.addHandler()
Add a warning event handler. High priority handlers ONLY get high priority warnings, and they are notified first. Other handlers gets all warnings after high priority handlers are notified.
@param handler an object that implements WarningHandler
@param isHighPriority high priority handlers only get high priority warnings.
-
com.cloudbees.groovy.cps.impl.TryBlockEnv.addHandler()
Handlers can be only added immediately after instantiation.
-
com.cloudera.util.dirwatcher.DirWatcher.addHandler()
Add a handler callback object.
-
com.elastisys.scale.commons.rest.server.JaxRsApplication.addHandler()
Register an additional response handler web resource.
@param handler An instance of a web resource class.
-
com.flaptor.util.remote.XmlrpcServer.addHandler()
-
com.github.gwtbootstrap.client.ui.Icon.addHandler()
-
com.google.gwt.event.shared.EventBus.addHandler()
-
com.google.gwt.event.shared.SimpleEventBus.addHandler()
-
com.google.gwt.user.client.ui.CheckBox.addHandler()
-
com.google.gwt.user.client.ui.Widget.addHandler()
Adds this handler to the widget.
@param < H> the type of handler to add
@param type the event type
@param handler the handler
@return {@link HandlerRegistration} used to remove the handler
-
com.google.web.bindery.event.shared.EventBus.addHandler()
Adds an unfiltered handler to receive events of this type from all sources.
It is rare to call this method directly. More typically an {@link Event}subclass will provide a static register
method, or a widget will accept handlers directly.
@param < H> The type of handler
@param type the event type associated with this handler
@param handler the handler
@return the handler registration, can be stored in order to remove thehandler later
-
com.google.web.bindery.event.shared.SimpleEventBus.addHandler()
-
com.google.web.bindery.event.shared.testing.CountingEventBus.addHandler()
-
com.metamx.common.lifecycle.Lifecycle.addHandler()
-
com.ponysdk.ui.terminal.ui.PTObject.addHandler()
-
com.vaadin.client.ui.VWindow.addHandler()
-
de.danet.an.util.sax.DelegatingHandler.addHandler()
Adds a new element to be handled. When receiving a
startElement
event, the {@link HandlerStack#currentPath current path} is matched against
searchExpr
. If the search expression starts with a slash, the current path must match exactly. Else, the current path must end with the search expression.
Namespaces are represented in the search expression using the notation "'{' uri '}' localName".
Search expressions starting with a slash take precedence over serach expressions without a slash. Both take precedence over {@link #addHandler(String,Class) simple element matches}.
@param searchExpr the expression to match.
@param handlerClass the associated handler class.
@throws IllegalStateException if handlerClass
is not derived from {@link StackedHandler StackedHandler
}.
-
de.danet.an.util.web.action.WebActionDispatcher.addHandler()
Adds a single {@link de.danet.an.util.web.action.WebActionHandler WebActionHandler
}.
@param handler the handler to be added.
-
jadx.core.dex.trycatch.TryCatchBlock.addHandler()
-
java.util.logging.Logger.addHandler()
Add a log Handler to receive logging messages.
By default, Loggers also send their output to their parent logger. Typically the root Logger is configured with a set of Handlers that essentially act as default handlers for all loggers.
@param handler a logging Handler
@exception SecurityException if a security manager exists and ifthe caller does not have LoggingPermission("control").
-
jinngine.collision.BroadphaseCollisionDetection.addHandler()
Add a broad-fase handler
@param h
-
jinngine.collision.SAP2.addHandler()
-
jinngine.physics.constraint.contact.ContactConstraintManager.addHandler()
-
net.customware.gwt.presenter.client.EventBus.addHandler()
-
net.lightbody.bmp.proxy.jetty.http.HttpContext.addHandler()
-
net.sf.jpluck.util.LogUtil.addHandler()
-
org.apache.axis.Chain.addHandler()
Adds a handler to the end of the chain
-
org.apache.axis.SimpleChain.addHandler()
-
org.apache.axis2.description.Flow.addHandler()
Method addHandler.
@param handler
-
org.apache.axis2.description.FlowImpl.addHandler()
Method addHandler.
@param handler
-
org.apache.axis2.engine.DispatchPhase.addHandler()
Add a handler to the Phase.
@param handler the Handler to add
-
org.apache.axis2.engine.Phase.addHandler()
Add a handler to the Phase.
@param handler the Handler to add
-
org.apache.axis2.phaseresolver.PhaseHolder.addHandler()
If the phase name is equal to "*" that implies , the handler should be added to each and every phase in the system for a given flow , and at that point if the phase rule contains any before or aftere then they will be ignored. Phase first and phase last are supported , but make sure you dont break any of the phase rules.
If the phase name is not above then the hadler will be added to the phase specified by the phase rule , and no rules will be ignored.
@param handlerDesc
@throws PhaseException
-
org.apache.chemistry.opencmis.jcr.type.JcrTypeHandlerManager.addHandler()
-
org.apache.cocoon.webapps.authentication.user.UserState.addHandler()
-
org.apache.jk.core.WorkerEnv.addHandler()
-
org.apache.vysper.xmpp.server.components.ComponentStanzaProcessor.addHandler()
-
org.apache.wink.server.handlers.RequestHandlersChain.addHandler()
-
org.apache.wink.server.handlers.ResponseHandlersChain.addHandler()
-
org.apache.xmlrpc.WebServer.addHandler()
Register a handler object with this name. Methods of this objects will be callable over XML-RPC as "name.method".
-
org.apache.xmlrpc.XmlRpcServer.addHandler()
Register a handler object with this name. Methods of this objects will be callable over XML-RPC as "handlername.methodname". For more information about XML-RPC handlers see the
main documentation page.
@param handlername The name to identify the handler by.
@param handler The handler itself.
-
org.apache.xmlrpc.server.PropertyHandlerMapping.addHandler()
Adds handlers for the given object to the mapping. The handlers are build by invoking {@link #registerPublicMethods(String,Class)}.
@param pKey The class key, which is passedto {@link #registerPublicMethods(String,Class)}.
@param pClass Class, which is responsible for handling the request.
-
org.atmosphere.gwt.client.extra.WindowSocket.addHandler()
-
org.browsermob.proxy.jetty.http.HttpContext.addHandler()
Add a handler.
@param i The position in the handler list
@param handler The handler.
-
org.cipango.server.handler.SipContextHandlerCollection.addHandler()
-
org.destecs.core.xmlrpc.extensions.AnnotedPropertyHandlerMapping.addHandler()
-
org.dom4j.io.SAXReader.addHandler()
Adds the ElementHandler
to be called when the specified path is encounted.
@param path is the path to be handled
@param handler is the ElementHandler
to be called by the eventbased processor.
-
org.drools.core.xml.DefaultSemanticModule.addHandler()
-
org.drools.xml.DefaultSemanticModule.addHandler()
-
org.eclipse.jetty.server.handler.ContextHandlerCollection.addHandler()
-
org.eclipse.jetty.server.handler.HandlerCollection.addHandler()
-
org.eclipse.jetty.server.handler.HandlerList.addHandler()
-
org.eclipse.sapphire.ui.SapphireAction.addHandler()
-
org.emrys.webosgi.core.handlers.RequestHandlerChain.addHandler()
-
org.iremake.server.client.ServerClient.addHandler()
@param handler
-
org.jboss.as.cli.handlers.GenericTypeOperationHandler.addHandler()
-
org.jboss.logmanager.handlers.AsyncHandler.addHandler()
-
org.jboss.ws.metadata.umdm.EndpointMetaData.addHandler()
-
org.jboss.ws.metadata.umdm.ServerEndpointMetaData.addHandler()
-
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData.addHandler()
-
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedServiceRefMetaData.addHandler()
-
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedServiceRefMetaDataBuilder.addHandler()
-
org.jibx.schema.validation.ProblemMultiHandler.addHandler()
Add handler to delegate list.
@param handler
-
org.jivesoftware.openfire.IQRouter.addHandler()
Adds a new IQHandler to the list of registered handler. The new IQHandler will be responsible for handling IQ packet whose namespace matches the namespace of the IQHandler.
An IllegalArgumentException may be thrown if the IQHandler to register was already provided by the server. The server provides a certain list of IQHandlers when the server is started up.
@param handler the IQHandler to add to the list of registered handler.
-
org.menacheri.jetclient.app.Session.addHandler()
This handler is actually added to the {@link EventDispatcher}. This Method is provided as a helper for clients so that they need not deal with {@link EventDispatcher} directly.
@param eventHandler
-
org.menacheri.jetclient.event.EventDispatcher.addHandler()
Adds event handler to the dispatcher. Using this method, different events can be handled using different handlers.
@param eventHandler The event handler to be added to the dispatcher.
-
org.menacheri.jetserver.app.PlayerSession.addHandler()
-
org.menacheri.jetserver.app.Session.addHandler()
-
org.menacheri.jetserver.event.EventDispatcher.addHandler()
Adds event handler to the dispatcher. Using this method, different events can be handled using different handlers.
@param eventHandler The event handler to be added to the dispatcher.
-
org.mortbay.http.HttpContext.addHandler()
-
org.mortbay.jetty.Server.addHandler()
-
org.mortbay.jetty.handler.ContextHandler.addHandler()
-
org.mortbay.jetty.handler.ContextHandlerCollection.addHandler()
-
org.mortbay.jetty.handler.HandlerCollection.addHandler()
-
org.mortbay.jetty.handler.HandlerList.addHandler()
-
org.mortbay.jetty.servlet.Context.addHandler()
-
org.mortbay.jetty.servlet.ServletHttpContext.addHandler()
-
org.mortbay.jetty.servlet.SessionHandler.addHandler()
-
org.mortbay.jetty.servlet.WebApplicationContext.addHandler()
-
org.mortbay.jetty.webapp.WebAppContext.addHandler()
-
org.objectweb.util.monolog.api.TopicalLogger.addHandler()
A TopicalLogger manages a list of Handler instances. This method allows adding a handler to this list. The addHandler method returns true only if the Handler did not exist
-
org.openmrs.module.htmlformentry.HtmlFormEntryService.addHandler()
Add a tag name and handler to the Service
@param tagName the tag name
@param handler the tag handler to associate with the tag name
-
org.openqa.jetty.http.HttpContext.addHandler()
Add a handler.
@param i The position in the handler list
@param handler The handler.
-
org.rstudio.studio.client.application.events.EventBus.addHandler()
Similar to 2-arg form of addHandler, but automatically removes handler when the HasAttachHandlers object detaches. If the HasAttachHandlers object detaches and reattaches, the handler will NOT automatically resubscribe.
-
org.rzo.yajsw.log.MyLogger.addHandler()
-
org.thechiselgroup.choosel.core.client.ui.popup.Popup.addHandler()
-
org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.addHandler()
Registers handlers with the handler manager. Each handler should be registered with a Filter. If a handler should be engaged only to a subset of allowed methods, those methods can be specified as a string array.
@param methods Methods for which the registered handler should be engaged. Allowed values inthe string array are "GET", "PUT", "IMPORT", "DELETE", "PUT_CHILD", "IMPORT_CHILD", "MOVE", "COPY", "RENAME", "CREATE_LINK", "REMOVE_LINK", "ADD_ASSOCIATION", "RESOURCE_EXISTS", "REMOVE_ASSOCIATION", "GET_ASSOCIATIONS", "GET_ALL_ASSOCIATIONS", "APPLY_TAG", "GET_RESOURCE_PATHS_WITH_TAG", "GET_TAGS", "REMOVE_TAG", "ADD_COMMENT", "EDIT_COMMENT", "GET_COMMENTS", "RATE_RESOURCE", "GET_AVERAGE_RATING", "GET_RATING", "CREATE_VERSION", "GET_VERSIONS", "RESTORE_VERSION", "EXECUTE_QUERY", "SEARCH_CONTENT", and "INVOKE_ASPECT". If null is given, handler will be engaged to all methods.
@param filter Filter instance associated with the handler.
@param handler Handler instance to be registered.
-
xsul.xservo.XService.addHandler()
-
xsul.xwsif_runtime.WSIFClient.addHandler()