org.loom.tags.core
Class OutPropertyTag

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

@Tag(dynamicAttributes=true,
     bodyContent=SCRIPTLESS,
     example="<l:outProperty name=\"mortgage.date\"/>")
public class OutPropertyTag
extends AbstractOutTag

outProperty has the same syntax of out, but prints the value of any action attribute using the associated Converter for the current locale.


Field Summary
 
Fields inherited from class org.loom.tags.AbstractTag
expressionLanguageProxy, loomServletRequestFactory, out, repository, request, response
 
Constructor Summary
OutPropertyTag()
           
 
Method Summary
protected  java.lang.String getDisplayValue()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class org.loom.tags.core.AbstractOutTag
doTagImpl, getVar, isEscapeHtml, isIf, isTranslate, setEscapeHtml, setIf, setScope, setTranslate, setVar
 
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

OutPropertyTag

public OutPropertyTag()
Method Detail

getDisplayValue

protected java.lang.String getDisplayValue()
Specified by:
getDisplayValue in class AbstractOutTag
Returns:
the value that should get displayed

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)