com.virtualweaver.xotics.dialect.xape.servlet.model
Class SrvHttpRequest
java.lang.Object
com.virtualweaver.xotics.datamodel.XoObjectSupport
com.virtualweaver.xotics.datamodel.XoContainerSupport
com.virtualweaver.xotics.dialect.xape.servlet.model.SrvHttpRequest
- All Implemented Interfaces:
- java.lang.Cloneable, com.virtualweaver.xotics.datamodel.XoContainer, com.virtualweaver.xotics.datamodel.XoNode, com.virtualweaver.xotics.datamodel.XoObject
- public class SrvHttpRequest
- 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 |
SrvHttpRequest
public SrvHttpRequest()
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()
getMethod
public java.lang.String getMethod()
setMethod
public void setMethod(java.lang.String method)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getSession
public java.lang.String getSession()
setSession
public void setSession(java.lang.String session)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getHost
public java.lang.String getHost()
setHost
public void setHost(java.lang.String host)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getPort
public int getPort()
setPort
public void setPort(int port)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
isSecure
public boolean isSecure()
setSecure
public void setSecure(boolean secure)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
setRequest
public void setRequest(javax.servlet.http.HttpServletRequest request)