Skip to content
Jason Feinstein edited this page Nov 15, 2016 · 1 revision

Not finding what you need in the list of pre-defined tags? You can roll your own!

  1. Extend either Tag or ParameterizedTag (depending on your needs)
  2. Call SRML.registerTag("yourtagname", YourTagClass.class) to register it with SRML.
  3. Use it!
Clone this wiki locally