@ConsumerType
public class PortletActionURL
extends javax.faces.component.UIComponentBase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PortletActionURL.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
PortletActionURL() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getName()
name attribute description: |
java.lang.String |
getPortletMode()
portletMode attribute description: |
java.lang.Boolean |
getSecure()
secure attribute description: |
java.lang.String |
getVar()
var attribute description: |
java.lang.String |
getWindowState()
windowState attribute description: |
boolean |
isCopyCurrentRenderParameters()
copyCurrentRenderParameters attribute description: |
boolean |
isEscapeXml()
escapeXml attribute description: |
void |
setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters)
copyCurrentRenderParameters attribute description: |
void |
setEscapeXml(boolean escapeXml)
escapeXml attribute description: |
void |
setName(java.lang.String name)
name attribute description: |
void |
setPortletMode(java.lang.String portletMode)
portletMode attribute description: |
void |
setSecure(java.lang.Boolean secure)
secure attribute description: |
void |
setVar(java.lang.String var)
var attribute description: |
void |
setWindowState(java.lang.String windowState)
windowState attribute description: |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.String getName()
name attribute description:
The name of the action method to be executed.
public java.lang.String getPortletMode()
portletMode attribute description:
The name of the mode of the portlet which will be accessed via the URL.
public java.lang.Boolean getSecure()
secure attribute description:
When true, the URL will be secure. Defaults to the security setting of the current request.
public java.lang.String getVar()
var attribute description:
Introduces an EL variable that contains the URL.
public java.lang.String getWindowState()
windowState attribute description:
The name of the window state of the portlet which will be accessed via the URL.
public boolean isCopyCurrentRenderParameters()
copyCurrentRenderParameters attribute description:
When true, copy the current request's render parameters to the URL. Defaults to false.
public boolean isEscapeXml()
escapeXml attribute description:
When true, xml special characters will be escaped. Defaults to true.
public void setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters)
copyCurrentRenderParameters attribute description:
When true, copy the current request's render parameters to the URL. Defaults to false.
public void setEscapeXml(boolean escapeXml)
escapeXml attribute description:
When true, xml special characters will be escaped. Defaults to true.
public void setName(java.lang.String name)
name attribute description:
The name of the action method to be executed.
public void setPortletMode(java.lang.String portletMode)
portletMode attribute description:
The name of the mode of the portlet which will be accessed via the URL.
public void setSecure(java.lang.Boolean secure)
secure attribute description:
When true, the URL will be secure. Defaults to the security setting of the current request.
public void setVar(java.lang.String var)
var attribute description:
Introduces an EL variable that contains the URL.
public void setWindowState(java.lang.String windowState)
windowState attribute description:
The name of the window state of the portlet which will be accessed via the URL.
Copyright © 2022 Liferay, Inc. All Rights Reserved.