com.virtualweaver.xotics.dialect.xape.servlet.model
Class SrvHttpRequest

java.lang.Object
  extended bycom.virtualweaver.xotics.datamodel.XoObjectSupport
      extended bycom.virtualweaver.xotics.datamodel.XoContainerSupport
          extended bycom.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


Field Summary
 
Fields inherited from class com.virtualweaver.xotics.datamodel.XoContainerSupport
containerEventSupport
 
Fields inherited from class com.virtualweaver.xotics.datamodel.XoObjectSupport
propertyChangeSupport, vetoableChangeSupport
 
Constructor Summary
SrvHttpRequest()
           
 
Method Summary
 void checkXoValidity()
           
 java.lang.Object clone()
           
 java.lang.String getHost()
           
 java.lang.String getMethod()
           
 java.lang.String getPath()
           
 int getPort()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 java.lang.String getSession()
           
 boolean isSecure()
           
 boolean isXoPropertyToWrite(java.lang.String pname)
           
 void setHost(java.lang.String host)
           
 void setMethod(java.lang.String method)
           
 void setPath(java.lang.String path)
           
 void setPort(int port)
           
 void setRequest(javax.servlet.http.HttpServletRequest request)
           
 void setSecure(boolean secure)
           
 void setSession(java.lang.String session)
           
 
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
 

Constructor Detail

SrvHttpRequest

public SrvHttpRequest()
Method Detail

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)