Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chingovan/61183b3d2e8c89b6d93ce58bd4a44e08 to your computer and use it in GitHub Desktop.
Save chingovan/61183b3d2e8c89b6d93ce58bd4a44e08 to your computer and use it in GitHub Desktop.
@Override
public void render(RenderRequest request, RenderResponse response)
throws PortletException, IOException {
_log.info(" This is render method of PhaseAndLifecyclePortlet");
super.render(request, response);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment