Skip to content

Instantly share code, notes, and snippets.

@massahud
Last active December 14, 2015 08:38
Show Gist options
  • Save massahud/5058954 to your computer and use it in GitHub Desktop.
Save massahud/5058954 to your computer and use it in GitHub Desktop.
java jsf expression java expressão EL

Executar expressão JSF EL

FacesContext context = Context.getCurrentInstance()
context.getApplication().evaluateExpressionGet(context, "#{bean}", Bean.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment