javax.faces.view.facelets

Class FaceletContext


  • public abstract class FaceletContext
    extends ELContext

    Context representative of a single request from a Facelet. This instance is passed to nearly every method call in this API.

    Since:
    2.0
    • Constructor Detail

      • FaceletContext

        public FaceletContext()
    • Method Detail

      • getFacesContext

        public abstract FacesContext getFacesContext()

        The current FacesContext bound to this "request". Must not be null.

        Since:
        2.0
      • generateUniqueId

        public abstract String generateUniqueId(String base)

        Generate a unique ID for the passed String

        Parameters:
        base - the string from which to generate the ID.
        Since:
        2.0
      • getExpressionFactory

        public abstract ExpressionFactory getExpressionFactory()

        The ExpressionFactory to use within the Facelet this context is executing upon. Must not be null.

        Since:
        2.0
      • setVariableMapper

        public abstract void setVariableMapper(VariableMapper varMapper)

        Set the VariableMapper to use in EL evaluation/creation.

        Parameters:
        varMapper - the new VariableMapper
        Since:
        2.0
      • setFunctionMapper

        public abstract void setFunctionMapper(FunctionMapper fnMapper)

        Set the FunctionMapper to use in EL evaluation/creation.

        Parameters:
        fnMapper - the new FunctionMapper
        Since:
        2.0
      • setAttribute

        public abstract void setAttribute(String name,
                                          Object value)

        Support method which is backed by the current VariableMapper.

        Parameters:
        name - the name of the attribute
        value - the value of the attribute
        Since:
        2.0
      • includeFacelet

        public abstract void includeFacelet(UIComponent parent,
                                            String relativePath)
                                     throws IOException

        Include another Facelet defined at some path, relative to the executing context, not the current Facelet (same as include directive in JSP)

        Parameters:
        parent - the UIComponent that will be the parent of any components in the included facelet.
        relativePath - the path of the resource containing the facelet markup, relative to the current markup
        Throws:
        IOException - if unable to load relativePath
        FaceletException - if unable to parse the markup loaded from relativePath
        FacesException - if unable to create child UIComponent instances
        ELException - if any of the expressions in the markup loaded from relativePath fail
        Since:
        2.0
      • includeFacelet

        public abstract void includeFacelet(UIComponent parent,
                                            URL absolutePath)
                                     throws IOException

        Include another Facelet defined at some path, absolute to this ClassLoader/OS

        Parameters:
        parent - the UIComponent that will be the parent of any components in the included facelet.
        absolutePath - the absolute path to the resource containing the facelet markup
        Throws:
        IOException - if unable to load relativePath
        FaceletException - if unable to parse the markup loaded from relativePath
        FacesException - if unable to create child UIComponent instances
        ELException - if any of the expressions in the markup loaded from relativePath fail

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/faces/view/facelets/FaceletContext.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com, FaceletContext (Java(TM) EE 7 Specification APIs)

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.