public class CopyStreamTag
extends org.apache.commons.jelly.TagSupport
Constructor and Description |
---|
CopyStreamTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(org.apache.commons.jelly.XMLOutput xmlOutput) |
protected javax.servlet.http.HttpServletRequest |
getRequest() |
protected javax.servlet.http.HttpServletResponse |
getResponse() |
protected javax.servlet.ServletContext |
getServletContext() |
void |
setFile(File f) |
void |
setInputStream(InputStream in) |
void |
setReader(Reader in) |
void |
setUrl(URL url) |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void setReader(Reader in)
public void setInputStream(InputStream in)
public void setFile(File f) throws FileNotFoundException
FileNotFoundException
public void setUrl(URL url) throws IOException
IOException
public void doTag(org.apache.commons.jelly.XMLOutput xmlOutput) throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagException
protected javax.servlet.http.HttpServletRequest getRequest()
protected javax.servlet.http.HttpServletResponse getResponse()
protected javax.servlet.ServletContext getServletContext()
Copyright © 2014. All rights reserved.