Package rife.engine.elements
package rife.engine.elements
Provides elements with common features that are useful in many web applications.
- Since:
- 1.0
-
ClassesClassDescriptionVerifies 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
beforeany other route to indicate to the clients that the content should not be cached.