Uses of Class
org.camunda.bpm.impl.juel.Parser.ExtensionHandler
Packages that use Parser.ExtensionHandler
-
Uses of Parser.ExtensionHandler in org.camunda.bpm.impl.juel
Fields in org.camunda.bpm.impl.juel with type parameters of type Parser.ExtensionHandlerModifier and TypeFieldDescriptionprotected Map<Scanner.ExtensionToken,
Parser.ExtensionHandler> Parser.extensions
Methods in org.camunda.bpm.impl.juel that return Parser.ExtensionHandlerModifier and TypeMethodDescriptionprotected Parser.ExtensionHandler
Parser.getExtensionHandler
(Scanner.Token token) Methods in org.camunda.bpm.impl.juel with parameters of type Parser.ExtensionHandlerModifier and TypeMethodDescriptionvoid
Parser.putExtensionHandler
(Scanner.ExtensionToken token, Parser.ExtensionHandler extension)