Package jodd.servlet.tag

Set of cool, everyday JSP tags.

See:
          Description

Interface Summary
FormTag.FieldResolver Resolve form fields.
 

Class Summary
CaseTag  
CsrfTokenTag Renders the CSRF (Cross-site request forgery) token in the form.
DebugTag Outputs debug data.
DefaultTag  
ElseTag Else nested tag for IfElseTag.
FormTag Magic form tag populates a HTML form.
ForTag For tag simulates simple for loop.
IfElseTag Similar to IfTag, provides full IF construct with then and else block.
IfTag If tag execute body if test condition is true.
IteratorStatus Status of iteration of some looping tag.
IteratorTag Iterator tag for iterating collections.
LoopingTagSupport Support for looping tags.
LoopTag Loop tag performs enhanced looping in both directions.
SetTag Sets some value to scope.
SwitchTag Switch tag provides string comparison of its value with inner case values.
TagUtil Various tag utilities.
ThenTag Then nested tag for IfElseTag.
UnsetTag Removes attribute from the scope.
UrlTag Url tag creates full URL.
 

Package jodd.servlet.tag Description

Set of cool, everyday JSP tags.



Copyright © 2003-2012 Jodd Team