-
Notifications
You must be signed in to change notification settings - Fork 86
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
"Parent" similar from PrettyFaces #250
Comments
No, sorry. I don't think there is such a feature yet. |
Actually, I believe the Subset rule can be used for this purpose, but you might have to do a little bit of hand-waving to get child rules to apply themselves as if they were a literal child of the "parent" segment: A few examples of simple Subset use-cases. However, I don't believe I have one that actually does what you want it to do: Then you'd need to create and register an annotation to handle this new functionality (if you want to make it an annotation): I think it's possible to do with this, but as I said above, you might need to get a bit creative. If you do figure out how to do it, please let us know! If you get to the point of needing to create an annotation, @chkal might be able to explain how to get one of those set up, in specifics. It's also possible that simply registering an annotation to handle this that "reconfigures" the necessary @Join mappings would be enough (without subset, but I'd start with Subset if you're using the Java ConfigurationProvider API. |
Hi guys, what is the similar "parentId" annotation (from prettyfaces) in rewrite?
Regards
The text was updated successfully, but these errors were encountered: