| org.pentaho.ui.portlet.BasePortlet org.pentaho.ui.portlet.ViewPortlet
All known Subclasses: org.pentaho.ui.portlet.NavigationPortlet, org.pentaho.ui.portlet.ActionPortlet, org.pentaho.ui.portlet.FilterPanelPortlet, org.pentaho.ui.portlet.HtmlPortlet, org.pentaho.ui.portlet.WidgetGridPortlet, org.pentaho.ui.portlet.charting.AbstractDatasetChartPortlet, org.pentaho.ui.portlet.WidgetPortlet,
Method Summary | |
public void | doPortletEdit(RenderRequest request, RenderResponse response, PentahoPortletSession userSession) | public void | doPortletHelp(RenderRequest request, RenderResponse response, PentahoPortletSession userSession) | protected String | getSetting(String name, String defaultValue, ActionRequest request, PortletRequestParameterProvider requestParameters) | protected String | getSetting(String name, String defaultValue, RenderRequest request, PortletRequestParameterProvider requestParameters) Using name as a key, look for the key first in the portal's RenderRequest,
if it is found, return its value.
If it is not found in the RenderRequest, look in the PortletPreferences. | protected long | getSetting(String name, long defaultValue, RenderRequest request, PortletRequestParameterProvider requestParameters) |
getSetting | protected String getSetting(String name, String defaultValue, RenderRequest request, PortletRequestParameterProvider requestParameters)(Code) | | Using name as a key, look for the key first in the portal's RenderRequest,
if it is found, return its value.
If it is not found in the RenderRequest, look in the PortletPreferences. If it is
found, and the PortletRequestParameterProvider is not null, add the key/value
pair to the PortletRequestParameterProvider, and return the value.
If it is not found in either the RenderRequest or the PortletPreferences,
return the defaultValue parameter.
Parameters: name - Parameters: defaultValue - String returned if name cannot be found in the RenderRequest or the PortletPreferences. Parameters: request - RendRequest active during this request cycle. Parameters: requestParameters - PortletRequestParameterProvider active during this request cycle the value associated with the key specified by the name parameter. |
Methods inherited from org.pentaho.ui.portlet.BasePortlet | public void debug(String message)(Code)(Java Doc) public void debug(String message, Throwable error)(Code)(Java Doc) final public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) final public void doHelp(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) abstract public void doPortletEdit(RenderRequest request, RenderResponse response, PentahoPortletSession userSession) throws PortletException, java.io.IOException(Code)(Java Doc) abstract public void doPortletHelp(RenderRequest request, RenderResponse response, PentahoPortletSession userSession) throws PortletException, java.io.IOException(Code)(Java Doc) abstract public void doPortletView(RenderRequest request, RenderResponse response, PentahoPortletSession userSession) throws PortletException, java.io.IOException(Code)(Java Doc) final public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void error(String message)(Code)(Java Doc) public void error(String message, Throwable error)(Code)(Java Doc) public void fatal(String message)(Code)(Java Doc) public void fatal(String message, Throwable error)(Code)(Java Doc) public String getLogId()(Code)(Java Doc) abstract public Log getLogger()(Code)(Java Doc) public int getLoggingLevel()(Code)(Java Doc) protected PentahoPortletSession getPentahoSession(PortletRequest request)(Code)(Java Doc) protected String getTitle(RenderRequest request)(Code)(Java Doc) public void info(String message)(Code)(Java Doc) public void info(String message, Throwable error)(Code)(Java Doc) public void init() throws PortletException(Code)(Java Doc) public void initPortlet()(Code)(Java Doc) final public void processAction(ActionRequest request, ActionResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) abstract public void processPortletAction(ActionRequest request, ActionResponse response, PentahoPortletSession userSession) throws PortletException, java.io.IOException(Code)(Java Doc) protected void removeUserSession(PentahoPortletSession userSession)(Code)(Java Doc) protected void sendMessage(String message, PortletSession session)(Code)(Java Doc) public void setLogId(String lId)(Code)(Java Doc) public void setLoggingLevel(int logLevel)(Code)(Java Doc) protected void setupSession(PentahoPortletSession userSession)(Code)(Java Doc) public void trace(String message)(Code)(Java Doc) public void trace(String message, Throwable error)(Code)(Java Doc) public void warn(String message)(Code)(Java Doc) public void warn(String message, Throwable error)(Code)(Java Doc)
|
|
|