Package org.javalite.activeweb.freemarker
package org.javalite.activeweb.freemarker
Freemarker Tags, see Views.
-
ClassDescriptionSimple confirmation tag.Debug tag is for printing an arbitrary object from page context.This tag allows to display a message on a page that lives for one more request.This is a FreeMarker directive which is registered as
<@form...
Convenience class for implementing application - specific tags.This is a FreeMarker directive which is registered as<@link_to ...
The message tag is designed to display messages in view templates.Required attribute: partialThis class is used to pass data to the <@select/> tag.Select tag is to generate the <select> HTML tag based on data passed in dynamically into a view.This tag wraps provided content into a given layout.