public interface ELMappingExtensionManager
Modifier and Type | Method and Description |
---|---|
void |
registerMethod(java.lang.String name,
java.lang.reflect.Method method)
Register the static method to mapping layer.
|
void |
registerResolver(javax.el.ELResolver resolver)
Register the resolver instance to mapping layer.
|
void registerMethod(java.lang.String name, java.lang.reflect.Method method)
name
- the name to use for registration. The name of the method can be either prefix:name or name.
The name specified during registration is used in mapping expression.method
- the method objectvoid registerResolver(javax.el.ELResolver resolver)
resolver
- instance of resolverSubmit a bug or feature
Copyright (c) 2013-2020 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.