public abstract class PanelInstancePropertiesFormatter extends Formatter
Modifier and Type | Field and Description |
---|---|
static String |
FORM_STATUS |
static String |
PANEL_INSTANCE |
static String |
PANEL_INSTANCE_PROPERTIES |
Constructor and Description |
---|
PanelInstancePropertiesFormatter() |
Modifier and Type | Method and Description |
---|---|
abstract FormStatus |
getFormStatus() |
abstract PanelInstance |
getPanelInstance() |
abstract PanelProviderParameter[] |
getPanelProviderParameters() |
Long |
getPortleInstancetId() |
String |
getWorkspaceId() |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform the required logic for this Formatter.
|
void |
setPanelInstanceId(Long panelId) |
void |
setWorkspaceId(String workspaceId) |
afterRendering, formatObject, getDefaultLang, getDriver, getEncoding, getLang, getLocale, getLocaleManager, getLocalizedValue, getPanel, getParameter, getProvider, getSection, getWorkspace, includePage, renderFragment, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeInterpreter, setTag, writeToOut
public static final String PANEL_INSTANCE_PROPERTIES
public static final String PANEL_INSTANCE
public static final String FORM_STATUS
public String getWorkspaceId()
public void setWorkspaceId(String workspaceId)
public Long getPortleInstancetId()
public void setPanelInstanceId(Long panelId)
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws FormatterException
Formatter
service
in class Formatter
request
- user requestresponse
- response to the userFormatterException
- in case of an unexpected exception.public abstract PanelProviderParameter[] getPanelProviderParameters() throws Exception
Exception
public abstract PanelInstance getPanelInstance() throws Exception
Exception
public abstract FormStatus getFormStatus()
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.