Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faces 4.0: add UIViewRoot#getDoctype() #1568

Closed
BalusC opened this issue Apr 4, 2021 · 1 comment
Closed

Faces 4.0: add UIViewRoot#getDoctype() #1568

BalusC opened this issue Apr 4, 2021 · 1 comment
Milestone

Comments

@BalusC
Copy link
Member

BalusC commented Apr 4, 2021

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

BalusC added a commit to eclipse-ee4j/mojarra that referenced this issue Apr 4, 2021
BalusC added a commit to eclipse-ee4j/mojarra that referenced this issue Apr 4, 2021
BalusC added a commit to eclipse-ee4j/mojarra that referenced this issue Apr 4, 2021
@melloware
Copy link

excellent work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants