Class StylesheetResourceDelegate
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.StylesheetResourceDelegate
public class StylesheetResourceDelegate extends ComponentResourceDelegate
ComponentResourceDelegate
for stylesheet references.-
Field Summary
Fields inherited from class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
componentType, id
-
Constructor Summary
Constructors Constructor Description StylesheetResourceDelegate(ComponentHandler owner)
-
Method Summary
Modifier and Type Method Description protected String
getLocationTarget(FaceletContext ctx)
Methods inherited from class com.sun.faces.facelets.tag.jsf.html.ComponentResourceDelegate
addComponentToView, doOrphanedChildCleanup, findChild, getAttribute
Methods 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:
getLocationTarget
in classComponentResourceDelegate
- Parameters:
ctx
- theFacesContext
for the current request- Returns:
head
as external stylesheet references are only valid in the head of a document, this method returnshead
-