javax.faces.webapp

Class UIComponentTagBase

    • Field Detail

      • log

        protected static final Logger log
    • Constructor Detail

      • UIComponentTagBase

        public UIComponentTagBase()
    • Method Detail

      • getFacesContext

        protected abstract FacesContext getFacesContext()

        Return the FacesContext instance for the current request. This value will be non-null only from the beginning of doStartTag() through the end of doEndTag() for each tag instance.

      • getELContext

        protected ELContext getELContext()

        Return the ELContext for the FacesContext for this request.

        This is a convenience for getFacesContext().getELContext().

      • addChild

        protected abstract void addChild(UIComponent child)

        Add the component identifier of the specified UIComponent to the list of component identifiers created or located by nested UIComponentTags processing this request.

        Parameters:
        child - New child whose identifier should be added
      • addFacet

        protected abstract void addFacet(String name)

        Add the facet name of the specified facet to the list of facet names created or located by nested UIComponentTags processing this request.

        Parameters:
        name - Facet name to be added
      • getComponentType

        public abstract String getComponentType()

        Return the component type for the component that is or will be bound to this tag. This value can be passed to Application.createComponent(java.lang.String) to create the UIComponent instance for this tag. Subclasses must override this method to return the appropriate value.

      • getRendererType

        public abstract String getRendererType()

        Return the rendererType property that selects the Renderer to be used for encoding this component, or null to ask the component to render itself directly. Subclasses must override this method to return the appropriate value.

      • getComponentInstance

        public abstract UIComponent getComponentInstance()

        Return the UIComponent instance that is associated with this tag instance. This method is designed to be used by tags nested within this tag, and only returns useful results between the execution of doStartTag() and doEndTag() on this tag instance.

      • getCreated

        public abstract boolean getCreated()

        Return true if we dynamically created a new component instance during execution of this tag. This method is designed to be used by tags nested within this tag, and only returns useful results between the execution of doStartTag() and doEndTag() on this tag instance.

      • getIndexOfNextChildTag

        protected abstract int getIndexOfNextChildTag()

        Return the index of the next child to be added as a child of this tag. The default implementation maintains a list of created components and returns the size of the list.

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/faces/webapp/UIComponentTagBase.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Manuel PHP : https://docs.oracle.com, UIComponentTagBase (Java(TM) EE 7 Specification APIs)

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.