qx.io.remote
Class Response

java.lang.Object
  extended by qx.core.Object
      extended by qx.event.type.Event
          extended by qx.io.remote.Response

public class Response
extends Event


Constructor Summary
Response()
           
Response(java.lang.Object eventType)
           
 
Method Summary
 java.lang.Object getContent()
          Returns the (computed) value of the property content.
 void getData()
           
 java.lang.Object getResponseHeader(java.lang.Object vHeader)
           
 java.lang.Object getResponseHeaders()
          Returns the (computed) value of the property responseHeaders.
 java.lang.Integer getState()
          Returns the (computed) value of the property state.
 java.lang.Integer getStatusCode()
          Returns the (computed) value of the property statusCode.
 void initContent(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property content with the default value defined by the class developer.
 void initResponseHeaders(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property responseHeaders with the default value defined by the class developer.
 void initState(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property state with the default value defined by the class developer.
 void initStatusCode(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property statusCode with the default value defined by the class developer.
 void resetContent()
          Resets the user value of the property content.
 void resetResponseHeaders()
          Resets the user value of the property responseHeaders.
 void resetState()
          Resets the user value of the property state.
 void resetStatusCode()
          Resets the user value of the property statusCode.
 void setContent(java.lang.Object arg)
          Sets the user value of the property content.
 void setResponseHeaders(java.lang.Object arg)
          Sets the user value of the property responseHeaders.
 void setState(java.lang.Integer arg)
          Sets the user value of the property state.
 void setStatusCode(java.lang.Integer arg)
          Sets the user value of the property statusCode.
 
Methods inherited from class qx.event.type.Event
getBubbles, getCurrentTarget, getDefaultPrevented, getOriginalTarget, getPropagationStopped, getRelatedTarget, getTarget, getType, preventDefault, stopPropagation
 
Methods inherited from class qx.core.Object
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response()

Response

public Response(java.lang.Object eventType)
Method Detail

getContent

public java.lang.Object getContent()

Returns the (computed) value of the property content.

For further details take a look at the property definition: content.


getData

public void getData()

getResponseHeader

public java.lang.Object getResponseHeader(java.lang.Object vHeader)

getResponseHeaders

public java.lang.Object getResponseHeaders()

Returns the (computed) value of the property responseHeaders.

For further details take a look at the property definition: responseHeaders.


getState

public java.lang.Integer getState()

Returns the (computed) value of the property state.

For further details take a look at the property definition: state.


getStatusCode

public java.lang.Integer getStatusCode()

Returns the (computed) value of the property statusCode.

For further details take a look at the property definition: statusCode.


initContent

public void initContent(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property content with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: content.


initResponseHeaders

public void initResponseHeaders(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property responseHeaders with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: responseHeaders.


initState

public void initState(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property state with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: state.


initStatusCode

public void initStatusCode(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property statusCode with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: statusCode.


resetContent

public void resetContent()

Resets the user value of the property content.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: content.


resetResponseHeaders

public void resetResponseHeaders()

Resets the user value of the property responseHeaders.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: responseHeaders.


resetState

public void resetState()

Resets the user value of the property state.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: state.


resetStatusCode

public void resetStatusCode()

Resets the user value of the property statusCode.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: statusCode.


setContent

public void setContent(java.lang.Object arg)

Sets the user value of the property content.

For further details take a look at the property definition: content.


setResponseHeaders

public void setResponseHeaders(java.lang.Object arg)

Sets the user value of the property responseHeaders.

For further details take a look at the property definition: responseHeaders.


setState

public void setState(java.lang.Integer arg)

Sets the user value of the property state.

For further details take a look at the property definition: state.


setStatusCode

public void setStatusCode(java.lang.Integer arg)

Sets the user value of the property statusCode.

For further details take a look at the property definition: statusCode.



Copyright © 2008 1&1. All Rights Reserved.