@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") @ProviderType public abstract class ResourceURLBase extends BaseURL
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ResourceURLBase.ResourceURLPropertyKeys |
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 |
|---|
ResourceURLBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheability()
cacheability attribute description: |
java.lang.String |
getId()
id attribute description: |
void |
setCacheability(java.lang.String cacheability)
cacheability attribute description: |
void |
setId(java.lang.String id)
id 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, 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_TYPE
public static final java.lang.String RENDERER_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 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 java.lang.String getId()
id attribute description:
The id for the resource.
getId in class javax.faces.component.UIComponentBasepublic void setId(java.lang.String id)
id attribute description:
The id for the resource.
setId in class javax.faces.component.UIComponentBaseCopyright © 2020 Liferay, Inc. All Rights Reserved.