Created
April 10, 2019 00:15
-
-
Save marlonramirez/5404469f8e51294dd6a1fe48fded117d to your computer and use it in GitHub Desktop.
Abrir contexto de seam con Lifecycle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public Object[] getPrograma () { | |
Lifecycle.beginCall(); | |
ProgramaafiliadoList programaafiliadoList = (ProgramaafiliadoList) org.jboss.seam.Component | |
.getInstance(ProgramaafiliadoList.class, true); | |
Object[] ips = programaafiliadoList.getProgramaafiliadoLstObj1().toArray(); | |
Lifecycle.endCall(); | |
return ips; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment