포틀릿 이름을 가져오는 API이다.
포틀릿 화면이 아닌 경우에는 null 값이 리턴된다.
test_portlet.prototype.screenportlet_on_load = function() { this.screen.alert("getportletname = " + this.screen.getportletname()); };