Uses of Interface
jakarta.faces.component.Doctype
Packages that use Doctype
Package
Description
Fundamental APIs for user
interface components.
Specialized user interface component classes for HTML.
-
Uses of Doctype in com.sun.faces.facelets.impl
Methods in com.sun.faces.facelets.impl that return DoctypeMethods in com.sun.faces.facelets.impl with parameters of type Doctype -
Uses of Doctype in com.sun.faces.renderkit.html_basic
Methods in com.sun.faces.renderkit.html_basic with parameters of type Doctype -
Uses of Doctype in com.sun.faces.util
Methods in com.sun.faces.util that return DoctypeModifier and TypeMethodDescriptionstatic DoctypeUtil.getDOCTYPEFromFacesContextAttributes(FacesContext context) Methods in com.sun.faces.util with parameters of type DoctypeModifier and TypeMethodDescriptionstatic voidUtil.saveDOCTYPEToFacesContextAttributes(Doctype doctype) -
Uses of Doctype in jakarta.faces.component
Methods in jakarta.faces.component that return DoctypeMethods in jakarta.faces.component with parameters of type DoctypeModifier and TypeMethodDescriptionvoidUIViewRoot.setDoctype(Doctype doctype) Set the doctype of this view. -
Uses of Doctype in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement Doctype