Class ScriptResourceDelegate
java.lang.Object
jakarta.faces.view.facelets.TagHandlerDelegate
com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
com.sun.faces.facelets.tag.jsf.html.ComponentResourceDelegate
com.sun.faces.facelets.tag.jsf.html.ScriptResourceDelegate
public class ScriptResourceDelegate extends ComponentResourceDelegate
ComponentResourceDelegate for script references.-
Field Summary
Fields inherited from class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
componentType, id -
Constructor Summary
Constructors Constructor Description ScriptResourceDelegate(ComponentHandler owner) -
Method Summary
Modifier and Type Method Description protected StringgetLocationTarget(FaceletContext ctx)Methods inherited from class com.sun.faces.facelets.tag.jsf.html.ComponentResourceDelegate
addComponentToView, doOrphanedChildCleanup, findChild, getAttributeMethods inherited from class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
apply, assignUniqueId, createMetaRuleset, doExistingComponentActions, doNewComponentActions, findReparentedComponent, isIterating, popComponentFromEL, pushComponentToEL
-
Constructor Details
-
Method Details
-
getLocationTarget
- Specified by:
getLocationTargetin classComponentResourceDelegate- Parameters:
ctx- theFacesContextfor the current request- Returns:
- the current value of the "target" attribute of the component associated with this delegate
-