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.Tagorg.apache.commons.jelly.JellyTagExceptionpublic int getLineNumber()
getLineNumber in interface org.apache.commons.jelly.LocationAwarepublic void setLineNumber(int lineNumber)
setLineNumber in interface org.apache.commons.jelly.LocationAwarepublic int getColumnNumber()
getColumnNumber in interface org.apache.commons.jelly.LocationAwarepublic void setColumnNumber(int columnNumber)
setColumnNumber in interface org.apache.commons.jelly.LocationAwarepublic java.lang.String getFileName()
getFileName in interface org.apache.commons.jelly.LocationAwarepublic void setFileName(java.lang.String fileName)
setFileName in interface org.apache.commons.jelly.LocationAwarepublic java.lang.String getElementName()
getElementName in interface org.apache.commons.jelly.LocationAwarepublic void setElementName(java.lang.String elementName)
setElementName in interface org.apache.commons.jelly.LocationAwareprotected javax.servlet.http.HttpServletRequest getRequest()
protected javax.servlet.http.HttpServletResponse getResponse()
protected javax.servlet.ServletContext getServletContext()
Copyright © 2015. All Rights Reserved.