com.virtualweaver.xotics.dialect.xape.servlet.model
Class SrvHttpResponse
java.lang.Object
com.virtualweaver.xotics.datamodel.XoObjectSupport
com.virtualweaver.xotics.datamodel.XoContainerSupport
com.virtualweaver.xotics.dialect.xape.servlet.model.SrvHttpResponse
- All Implemented Interfaces:
- java.lang.Cloneable, com.virtualweaver.xotics.datamodel.XoContainer, com.virtualweaver.xotics.datamodel.XoNode, com.virtualweaver.xotics.datamodel.XoObject
- public class SrvHttpResponse
- extends com.virtualweaver.xotics.datamodel.XoContainerSupport
Fields inherited from class com.virtualweaver.xotics.datamodel.XoContainerSupport |
containerEventSupport |
Fields inherited from class com.virtualweaver.xotics.datamodel.XoObjectSupport |
propertyChangeSupport, vetoableChangeSupport |
Methods inherited from class com.virtualweaver.xotics.datamodel.XoContainerSupport |
addXoChild, addXoContainerListener, getXoChildren, getXoChildren, getXoChildrenCount, getXoContainerListeners, getXoContentModel, isXoObjectWelcome, removeXoChild, removeXoContainerListener |
Methods inherited from class com.virtualweaver.xotics.datamodel.XoObjectSupport |
addPropertyChangeListener, addVetoableChangeListener, clone, equalsXoObject, getLocale, getXmlLocalName, getXmlNameSpace, getXmlWhiteSpace, getXoDMInstance, getXoParent, removePropertyChangeListener, removeVetoableChangeListener, setIntegrated, setLocale, setXmlLocalName, setXmlNameSpace, setXmlWhiteSpace, setXoDMInstance, setXoParent, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.virtualweaver.xotics.datamodel.XoObject |
addPropertyChangeListener, addVetoableChangeListener, equalsXoObject, getLocale, getXmlLocalName, getXmlNameSpace, getXmlWhiteSpace, getXoDMInstance, getXoParent, removePropertyChangeListener, removeVetoableChangeListener, setIntegrated, setLocale, setXmlLocalName, setXmlNameSpace, setXmlWhiteSpace, setXoDMInstance, setXoParent |
SrvHttpResponse
public SrvHttpResponse()
checkXoValidity
public void checkXoValidity()
throws com.virtualweaver.xotics.datamodel.XoValidityException
- Throws:
com.virtualweaver.xotics.datamodel.XoValidityException
isXoPropertyToWrite
public boolean isXoPropertyToWrite(java.lang.String pname)
clone
public java.lang.Object clone()
getContentType
public java.lang.String getContentType()
setContentType
public void setContentType(java.lang.String contentType)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getRedirect
public java.lang.String getRedirect()
setRedirect
public void setRedirect(java.lang.String redirect)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
setRequest
public void setRequest(javax.servlet.http.HttpServletRequest request)
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
setResponse
public void setResponse(javax.servlet.http.HttpServletResponse response)
setResponseStream
public void setResponseStream(java.io.OutputStream responseStream)
getResponseStream
public java.io.OutputStream getResponseStream()