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

Page parameters should have aliases #22

Open
ivanr opened this issue Jan 16, 2018 · 0 comments
Open

Page parameters should have aliases #22

ivanr opened this issue Jan 16, 2018 · 0 comments

Comments

@ivanr
Copy link
Owner

ivanr commented Jan 16, 2018

Sometimes a parameter name that makes sense externally (to clients) doesn't make sense internally. For example, if we have a parameter called userId[], for it the better internal name would be userIds. For situations like this it'd be nice to have a parameter alias. For example:

    @QlueParameter(mandatory = true, alias = "userId")
    public Integer userIds[];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant