Set Portlet Title Dynamically?

Is there a way to dynamically set a portlet title from within a Vaadin portlet? For instance, could I call some method in handleRenderRequest to display a parameter in the portlet title(not the page title)?

Nevermind, figured it out: have to use response.setTitle()