Guest User

Untitled

a guest
May 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /**
  2. * Sets an attribute on the request
  3. * (can be fetched in filters/routes later in the chain)
  4. *
  5. * @param attribute The attribute
  6. * @param value The attribute value
  7. */
  8. public void attribute(String attribute, Object value) {
  9. /* ... */
  10. }
Add Comment
Please, Sign In to add comment