431432433434435436437438439440441
public void encodeFinally(FacesContext context) { RenderingContext arc = RenderingContext.getCurrentInstance(); if (arc != null) { arc.release(); } else { _LOG.warning("No AdfRenderingContext available"); }
520521522523524525526527528529530
DialogServiceImpl.writeCurrentStateToken(context, stateToken); RenderingContext arc = RenderingContext.getCurrentInstance(); if (arc != null) { arc.release(); } else { _LOG.warning("RENDERINGCONTEXT_NOT_AVAILABLE"); }
549550551552553554555556557558559
501502503504505506507508509510511
442443444445446447448449450451452
DialogServiceImpl.writeCurrentStateToken(context, stateToken); RenderingContext arc = RenderingContext.getCurrentInstance(); if (arc != null) { arc.release(); } else { _LOG.warning("ADFRENDERINGCONTEXT_NOT_AVAILABLE"); }
504505506507508509510511512513514
503504505506507508509510511512513
494495496497498499500501502503504