You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new jakarta.faces.component.Doctype interface with getRootElement(), getPublic() and getSystem() methods.
Let existing jakarta.faces.component.html.HtmlDoctype implement it.
Add new UIViewRoot#getDoctype() method returning an implementation of the interface.
This will make it easy for library implementors to solve issues similar to #1565
The text was updated successfully, but these errors were encountered:
BalusC
added a commit
to eclipse-ee4j/mojarra
that referenced
this issue
Apr 4, 2021
Add new
jakarta.faces.component.Doctype
interface withgetRootElement()
,getPublic()
andgetSystem()
methods.Let existing
jakarta.faces.component.html.HtmlDoctype
implement it.Add new
UIViewRoot#getDoctype()
method returning an implementation of the interface.This will make it easy for library implementors to solve issues similar to #1565
The text was updated successfully, but these errors were encountered: