@ConsumerType
public class PortletResourceURL
extends javax.faces.component.UIComponentBase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PortletResourceURL.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
PortletResourceURL() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheability()
cacheability attribute description: |
java.lang.String |
getFamily() |
java.lang.String |
getId()
id attribute description: |
java.lang.Boolean |
getSecure()
secure attribute description: |
java.lang.String |
getVar()
var attribute description: |
boolean |
isEscapeXml()
escapeXml attribute description: |
void |
setCacheability(java.lang.String cacheability)
cacheability attribute description: |
void |
setEscapeXml(boolean escapeXml)
escapeXml attribute description: |
void |
setId(java.lang.String id)
id attribute description: |
void |
setSecure(java.lang.Boolean secure)
secure attribute description: |
void |
setVar(java.lang.String var)
var attribute description: |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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 getCacheability()
cacheability attribute description:
The cacheability of the resource returned by the resourceURL. Valid values include
ResourceURL.FULL, ResourceURL.PAGE, and ResourceURL.PORTLET. Defaults to
ResourceURL.PAGE.
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.String getId()
id attribute description:
The id for the resource.
getId in class javax.faces.component.UIComponentBasepublic 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 boolean isEscapeXml()
escapeXml attribute description:
When true, xml special characters will be escaped. Defaults to true.
public void setCacheability(java.lang.String cacheability)
cacheability attribute description:
The cacheability of the resource returned by the resourceURL. Valid values include
ResourceURL.FULL, ResourceURL.PAGE, and ResourceURL.PORTLET. Defaults to
ResourceURL.PAGE.
public void setEscapeXml(boolean escapeXml)
escapeXml attribute description:
When true, xml special characters will be escaped. Defaults to true.
public void setId(java.lang.String id)
id attribute description:
The id for the resource.
setId in class javax.faces.component.UIComponentBasepublic 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.
Copyright © 2022 Liferay, Inc. All Rights Reserved.