We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the documentation says:
An interface that allows other code to identify FaceletHandlers that may provide text (String) content.
The text was updated successfully, but these errors were encountered:
not sure about that, would need to check history in detail
WDYT @BalusC ?
Sorry, something went wrong.
just a little info:
I've made this change in my fork many weeks ago
and thanks to this I've improved the mojarra TagHandlerImpl class
TagHandlerImpl
reducing the method findNextByType(Class<T> type) to one static utility method
findNextByType(Class<T> type)
Makes sense. Javadoc literally says TextHandler is a FaceletHandler.
Fix #2008: TextHandler is a FaceletHandler
0335d6a
No branches or pull requests
the documentation says:
An interface that allows other code to identify FaceletHandlers that may provide text (String) content.
The text was updated successfully, but these errors were encountered: