@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class OutputScriptBase extends javax.faces.component.UIOutput
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OutputScriptBase.OutputScriptPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
OutputScriptBase() |
| Modifier and Type | Method and Description |
|---|---|
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. |
String |
getTarget()
target attribute description:
The position on the page where the JavaScript should be rendered. |
String |
getUse()
use attribute description:
A comma-delimited list of YUI or AlloyUI modules to load for this script. |
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. |
void |
setTarget(String target)
target attribute description:
The position on the page where the JavaScript should be rendered. |
void |
setUse(String use)
use attribute description:
A comma-delimited list of YUI or AlloyUI modules to load for this script. |
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, 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_TYPE
public static final String RENDERER_TYPE
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:
public String getTarget()
target attribute description:
body, form, and head. The default value of this attribute is an empty (null) value which causes the <script> to be rendered inline (corresponding to its position in the view). Specifying body for the target attribute will cause the <script> to be rendered as close to the closing body tag as possible.public void setTarget(String target)
target attribute description:
body, form, and head. The default value of this attribute is an empty (null) value which causes the <script> to be rendered inline (corresponding to its position in the view). Specifying body for the target attribute will cause the <script> to be rendered as close to the closing body tag as possible.public String getUse()
use attribute description:
<script>.public void setUse(String use)
use attribute description:
<script>.Copyright © 2016 Liferay, Inc.. All rights reserved.