sections.remoteCommand.methodParam.xhtml Maven / Gradle / Ivy
Task: Call a remote Java method with any parameters from JavaScript. It can be done with pe:remoteCommand and pe:methodParam, pe:methodSignature.
MethodParam specifies a name of the parameter and MethodSignature specifies a comma separated list with full qualified class names. Class names should match passed parameters in the same order as they were defined.
${showcase:getFileContent('/sections/remoteCommand/example-methodParam.xhtml')}
${showcase:getFileContent('/org/primefaces/extensions/showcase/controller/RemoteCommandController.java')}
${showcase:getFileContent('/org/primefaces/extensions/showcase/model/Circle.java')}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy