Package rife.engine.elements


package rife.engine.elements
Provides elements with common features that are useful in many web applications.
Since:
1.0
  • Classes
    Class
    Description
    Verifies the CSRF token of the requests that change state, so that other sites can't perform them on behalf of your users.
    Standard element that allows specific routes to always defer execution to the servlet container.
    Standard element that will print a template with particular name.
    Standard element that can be placed before any other route to indicate to the clients that the content should not be cached.