org.loom.tags.core
Class InputHiddenTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by org.loom.tags.AbstractTag
          extended by org.loom.tags.core.InputHiddenTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag, LoomTag

@Tag(dynamicAttributes=true,
     bodyContent=EMPTY,
     example="<l:inputHidden name=\"mortgage.id\"/>")
public class InputHiddenTag
extends AbstractTag

HTML input hidden tag


Field Summary
 
Fields inherited from class org.loom.tags.AbstractTag
expressionLanguageProxy, loomServletRequestFactory, out, repository, request, response
 
Constructor Summary
InputHiddenTag()
           
 
Method Summary
 void doTagImpl()
          The method that must be implemented by the child class
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setCssClass(java.lang.String cssClass)
          HTML attribute
 void setId(java.lang.String id)
           
 void setIf(boolean ifClause)
          Set to false to skip tag execution.
 void setLang(java.lang.String lang)
           
 void setName(java.lang.String name)
           
 void setStyle(java.lang.String style)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.loom.tags.AbstractTag
createWriterWrapper, doBody, doBufferedBody, doTag, endTag, evaluateExpression, getActionProperty, getAncestorWithClass, getBufferedBody, getExtendedAttributes, getMessagesRepository, getPageContext, getRequest, getResponse, getScopedAttribute, getWriter, initTag, printParentAttributes, removeScopedAttribute, setDynamicAttribute, setExtendedAttribute, setJspContext, setRequest, setResponse, setScopedAttribute, setWriter
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputHiddenTag

public InputHiddenTag()
Method Detail

doTagImpl

public void doTagImpl()
               throws javax.servlet.jsp.JspException,
                      java.io.IOException
Description copied from class: AbstractTag
The method that must be implemented by the child class

Specified by:
doTagImpl in class AbstractTag
Throws:
javax.servlet.jsp.JspException
java.io.IOException

getValue

public java.lang.String getValue()
Returns:
the value extracted from the nested property inside the action bean

setId

public void setId(java.lang.String id)

setLang

public void setLang(java.lang.String lang)

setName

public void setName(java.lang.String name)

setStyle

public void setStyle(java.lang.String style)

setValue

public void setValue(java.lang.String value)

getName

public java.lang.String getName()

setCssClass

@Attribute(name="class")
public void setCssClass(java.lang.String cssClass)
HTML attribute


setIf

@Attribute
public void setIf(boolean ifClause)
Set to false to skip tag execution.