public class ClientCallableHandlers extends AbstractServerHandlers<Component>
element.$server.<name> on
the client side.
For internal use only. May be renamed or removed in a future release.
NodeList.SetView<T extends Serializable>| Constructor and Description |
|---|
ClientCallableHandlers(StateNode node)
Creates a new meta information list for the given state node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureSupportedParameterTypes(Method method)
Validate parameter support for given method.
|
protected void |
ensureSupportedReturnType(Method method)
Validate return type support for given method.
|
protected Class<? extends ClientCallable> |
getHandlerAnnotation()
Gets the annotation which is used to mark methods as handlers.
|
protected DisabledUpdateMode |
getUpdateMode(Method method)
Returns method's RPC communication mode from the client side to the
server side when the element is disabled.
|
addHandlerMethod, collectHandlerMethods, collectHandlerMethods, componentSet, getDisabledUpdateMode, hasHandleraddadd, addAll, clear, collectChanges, forEachChild, generateChangesFromEmpty, get, getChangeTracker, indexOf, isNodeValues, iterator, onDetach, remove, sizeallowsChanges, attachPotentialChild, detatchPotentialChild, getNode, onAttachpublic ClientCallableHandlers(StateNode node)
node - the state node this list belongs toprotected Class<? extends ClientCallable> getHandlerAnnotation()
AbstractServerHandlersgetHandlerAnnotation in class AbstractServerHandlers<Component>protected void ensureSupportedParameterTypes(Method method)
AbstractServerHandlersensureSupportedParameterTypes in class AbstractServerHandlers<Component>method - Method to check parameters forprotected void ensureSupportedReturnType(Method method)
AbstractServerHandlersensureSupportedReturnType in class AbstractServerHandlers<Component>method - method to check return type forprotected DisabledUpdateMode getUpdateMode(Method method)
AbstractServerHandlersgetUpdateMode in class AbstractServerHandlers<Component>method - the method to get its update modenullCopyright © 2025. All rights reserved.