@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") 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 String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
COMPONENT_FAMILY| Constructor and Description |
|---|
ResourceURLBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheability()
cacheability attribute description:
The cacheability of the resource returned by the resourceURL. |
String |
getId()
id attribute description:
The id for the resource. |
void |
setCacheability(String cacheability)
cacheability attribute description:
The cacheability of the resource returned by the resourceURL. |
void |
setId(String id)
id attribute description:
The id for the resource. |
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 String COMPONENT_TYPE
public static final String RENDERER_TYPE
public String getCacheability()
cacheability attribute description:
ResourceURL.FULL, ResourceURL.PAGE, and ResourceURL.PORTLET. Defaults to ResourceURL.PAGE.public void setCacheability(String cacheability)
cacheability attribute description:
ResourceURL.FULL, ResourceURL.PAGE, and ResourceURL.PORTLET. Defaults to ResourceURL.PAGE.public String getId()
id attribute description:
getId in class javax.faces.component.UIComponentBasepublic void setId(String id)
id attribute description:
setId in class javax.faces.component.UIComponentBaseCopyright © 2016 Liferay, Inc. All rights reserved.