Uses of Interface
jakarta.faces.component.Doctype
-
Packages that use Doctype Package Description jakarta.faces.component jakarta.faces.component.html -
-
Uses of Doctype in jakarta.faces.component
Methods in jakarta.faces.component that return Doctype Modifier and Type Method Description Doctype
UIViewRoot. getDoctype()
Return the doctype of this view.Methods in jakarta.faces.component with parameters of type Doctype Modifier and Type Method Description void
UIViewRoot. 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 class
HtmlDoctype
-