org.apache.cocoon.components.xscript
Class XScriptObjectResult
java.lang.Object
org.apache.cocoon.components.xscript.XScriptObject
org.apache.cocoon.components.xscript.XScriptObjectResult
- All Implemented Interfaces:
- Serviceable, Source
public class XScriptObjectResult
- extends XScriptObject
An XScriptObject
created from a JAXP
Result
object.
- Since:
- August 30, 2001
- Version:
- CVS $Id: XScriptObjectResult.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Ovidiu Predescu
Methods inherited from class org.apache.cocoon.components.xscript.XScriptObject |
exists, getInputSource, getLastModified, getMimeType, getScheme, getValidity, recycle, refresh, service, toEmbeddedSAX, toSAX, transform |
XScriptObjectResult
public XScriptObjectResult(XScriptManager manager,
String content)
getInputStream
public InputStream getInputStream()
throws IOException
- Throws:
IOException
getContentLength
public long getContentLength()
- Specified by:
getContentLength
in interface Source
- Specified by:
getContentLength
in class XScriptObject
getURI
public String getURI()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.