Searched refs:interceptor (Results 1 – 10 of 10) sorted by relevance
36 /** makes it possible to get information about a registered interceptor and is used by37 frame interceptor mechanism to perform interception.40 Frame can call right interceptor directly without calling all of registered ones.42 If any interceptor in list doesn't support this interface - these mechanism will be broken43 and normal list of master-slave interceptor objects will be used from top to the bottom.55 Wildcards inside the URL's are allowed to register the interceptor for60 a list of URL's wich are handled by this interceptor
39 … Can be registered as an interceptor by using interface <type>XDispatchProviderInterception</type>.47 /** access to the slave <type>XDispatchProvider</type> of this interceptor50 the slave of this interceptor62 the new slave of this interceptor69 /** access to the master <type>XDispatchProvider</type> of this interceptor72 the master of this interceptor84 the master of this interceptor
44 Note: Nobody can guarantee order of used interceptor objects if more then ones exist.57 the first interceptor in the chain of registered interceptors.60 the interceptor which whish to be registered71 registered interceptor first.75 the interceptor which whish to be unregistered
136 it's possible to perform it by directly calling of right interceptor without
93 TestInterceptor interceptor = null ; field in _XDispatchProviderInterception98 interceptor = new TestInterceptor(log) ; in before()110 oObj.registerDispatchProviderInterceptor(interceptor) ; in _registerDispatchProviderInterceptor()112 result = interceptor.master != null ; in _registerDispatchProviderInterceptor()131 oObj.releaseDispatchProviderInterceptor(interceptor) ; in _releaseDispatchProviderInterceptor()133 result = interceptor.master == null ; in _releaseDispatchProviderInterceptor()
39 /** This interface enables the object to be registerd as interceptor to44 /** notifies the interceptor about the request to execute a ContextMenu.45 The interceptor has to decide whether the menu should be executed with or without
40 the first interceptor in the chain of registered interceptors.48 registered interceptor first.</p>
85 /** allows to provide a dispatch interceptor for outplace activation.
52 of the event passed to an interceptor will <em>not</em> be the controller itself
103 …interface, the controller registers a dispatch interceptor. Then, the control can try to delegate …104 functionality to the controller by querying the dispatch interceptor for it.</p>
Completed in 473 milliseconds