@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class ResourceBase extends javax.faces.component.UIComponentBase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ResourceBase.ResourcePropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
ResourceBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
contentType attribute description:
The content type of the resource. |
String |
getFamily() |
String |
getLibrary()
library attribute description:
The name of the library which contains the resource. |
String |
getName()
name attribute description:
The name of the resource file to be included on the page. |
void |
setContentType(String contentType)
contentType attribute description:
The content type of the resource. |
void |
setLibrary(String library)
library attribute description:
The name of the library which contains the resource. |
void |
setName(String name)
name attribute description:
The name of the resource file to be included on the page. |
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 String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getContentType()
contentType attribute description:
public void setContentType(String contentType)
contentType attribute description:
public String getLibrary()
library attribute description:
public void setLibrary(String library)
library attribute description:
public String getName()
name attribute description:
public void setName(String name)
name attribute description:
Copyright © 2016 Liferay, Inc.. All rights reserved.