Uses of Interface
jakarta.faces.component.Doctype
-
Packages that use Doctype Package Description jakarta.faces.component -
-
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.
-