public class StructuredMessageFormatTag
extends org.apache.commons.jelly.TagSupport
implements org.apache.commons.jelly.LocationAware
Constructor and Description |
---|
StructuredMessageFormatTag() |
Modifier and Type | Method and Description |
---|---|
void |
addArgument(java.lang.Object o) |
void |
doTag(org.apache.commons.jelly.XMLOutput output) |
int |
getColumnNumber() |
java.lang.String |
getElementName() |
java.lang.String |
getFileName() |
int |
getLineNumber() |
protected javax.servlet.http.HttpServletRequest |
getRequest() |
protected javax.servlet.http.HttpServletResponse |
getResponse() |
protected javax.servlet.ServletContext |
getServletContext() |
void |
setColumnNumber(int columnNumber) |
void |
setElementName(java.lang.String elementName) |
void |
setFileName(java.lang.String fileName) |
void |
setKey(java.lang.String resourceKey) |
void |
setLineNumber(int lineNumber) |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
@Required public void setKey(java.lang.String resourceKey)
public void addArgument(java.lang.Object o)
public void doTag(org.apache.commons.jelly.XMLOutput output) throws org.apache.commons.jelly.JellyTagException
doTag
in interface org.apache.commons.jelly.Tag
org.apache.commons.jelly.JellyTagException
public int getLineNumber()
getLineNumber
in interface org.apache.commons.jelly.LocationAware
public void setLineNumber(int lineNumber)
setLineNumber
in interface org.apache.commons.jelly.LocationAware
public int getColumnNumber()
getColumnNumber
in interface org.apache.commons.jelly.LocationAware
public void setColumnNumber(int columnNumber)
setColumnNumber
in interface org.apache.commons.jelly.LocationAware
public java.lang.String getFileName()
getFileName
in interface org.apache.commons.jelly.LocationAware
public void setFileName(java.lang.String fileName)
setFileName
in interface org.apache.commons.jelly.LocationAware
public java.lang.String getElementName()
getElementName
in interface org.apache.commons.jelly.LocationAware
public void setElementName(java.lang.String elementName)
setElementName
in interface org.apache.commons.jelly.LocationAware
protected javax.servlet.http.HttpServletRequest getRequest()
protected javax.servlet.http.HttpServletResponse getResponse()
protected javax.servlet.ServletContext getServletContext()
Copyright © 2012. All Rights Reserved.