@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class BaseURLBase extends javax.faces.component.UIComponentBase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseURLBase.BaseURLPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
BaseURLBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
Boolean |
getSecure()
secure attribute description:
When true, the URL will be secure. |
String |
getVar()
var attribute description:
Introduces an EL variable that contains the URL. |
boolean |
isEscapeXml()
escapeXml attribute description:
When true, xml special characters will be escaped. |
void |
setEscapeXml(boolean escapeXml)
escapeXml attribute description:
When true, xml special characters will be escaped. |
void |
setSecure(Boolean secure)
secure attribute description:
When true, the URL will be secure. |
void |
setVar(String var)
var attribute description:
Introduces an EL variable that contains the URL. |
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 static final String RENDERER_TYPE
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic boolean isEscapeXml()
escapeXml attribute description:
public void setEscapeXml(boolean escapeXml)
escapeXml attribute description:
public Boolean getSecure()
secure attribute description:
public void setSecure(Boolean secure)
secure attribute description:
public String getVar()
var attribute description:
public void setVar(String var)
var attribute description:
Copyright © 2016 Liferay, Inc. All rights reserved.