@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") @ProviderType public abstract class PortletURLBase extends BaseURL
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PortletURLBase.PortletURLPropertyKeys |
BaseURLBase.BaseURLPropertyKeys| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
COMPONENT_FAMILY| Constructor and Description |
|---|
PortletURLBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPortletMode()
portletMode attribute description: |
java.lang.String |
getWindowState()
windowState attribute description: |
boolean |
isCopyCurrentRenderParameters()
copyCurrentRenderParameters attribute description: |
void |
setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters)
copyCurrentRenderParameters attribute description: |
void |
setPortletMode(java.lang.String portletMode)
portletMode attribute description: |
void |
setWindowState(java.lang.String windowState)
windowState attribute description: |
getFamily, getSecure, getVar, isEscapeXml, setEscapeXml, setSecure, setVaraddClientBehavior, 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_TYPE
public static final java.lang.String RENDERER_TYPE
public boolean isCopyCurrentRenderParameters()
copyCurrentRenderParameters attribute description:
When true, copy the current request's render parameters to the URL. Defaults to false.
public void setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters)
copyCurrentRenderParameters attribute description:
When true, copy the current request's render parameters to the URL. Defaults to false.
public java.lang.String getPortletMode()
portletMode attribute description:
The name of the mode of the portlet which will be accessed via the URL.
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 java.lang.String getWindowState()
windowState attribute description:
The name of the window state of the portlet which will be accessed via 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 © 2020 Liferay, Inc. All Rights Reserved.