Uses of Interface
jakarta.faces.component.Doctype
-
Packages that use Doctype Package Description com.sun.faces.facelets.impl com.sun.faces.renderkit.html_basic com.sun.faces.util jakarta.faces.component jakarta.faces.component.html 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 Doctype Modifier and Type Method Description DoctypeXMLFrontMatterSaver. getSavedDoctype()Methods in com.sun.faces.facelets.impl with parameters of type Doctype Modifier and Type Method Description voidXMLFrontMatterSaver. setSavedDoctype(Doctype savedDoctype) -
Uses of Doctype in com.sun.faces.renderkit.html_basic
Methods in com.sun.faces.renderkit.html_basic with parameters of type Doctype Modifier and Type Method Description static StringDoctypeRenderer. toString(Doctype doctype) -
Uses of Doctype in com.sun.faces.util
Methods in com.sun.faces.util that return Doctype Modifier and Type Method Description static DoctypeUtil. getDOCTYPEFromFacesContextAttributes(FacesContext context)Methods in com.sun.faces.util with parameters of type Doctype Modifier and Type Method Description static voidUtil. saveDOCTYPEToFacesContextAttributes(Doctype doctype) -
Uses of Doctype in jakarta.faces.component
Methods in jakarta.faces.component that return Doctype Modifier and Type Method Description DoctypeUIViewRoot. getDoctype()Return the doctype of this view.Methods in jakarta.faces.component with parameters of type Doctype Modifier and Type Method Description voidUIViewRoot. 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 Modifier and Type Class Description classHtmlDoctypeNONE
-