1 54 55 package org.apache.jetspeed.portlet; 56 57 import java.io.PrintWriter ; 58 import java.io.IOException ; 59 60 import org.apache.jetspeed.portlet.event.ActionListener; 61 62 75 76 public interface PortletResponse 77 { 78 93 public PrintWriter getWriter () throws IOException ; 94 95 105 public PortletURI createURI (Portlet.Mode mode); 106 107 118 public PortletURI createURI (Portlet.Mode mode, PortletWindow.State state); 119 120 137 public String encodeURI (String path); 138 139 149 public String encodeNamespace (String aValue); 150 } 151 152 153 | Popular Tags |