Created
August 18, 2016 02:27
-
-
Save chingovan/61183b3d2e8c89b6d93ce58bd4a44e08 to your computer and use it in GitHub Desktop.
This file contains 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
@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