org.sgx.j2s.aui
Class IO

Package class diagram package IO
java.lang.Object
  extended by org.sgx.j2s.js.NativeWrapper
      extended by org.sgx.j2s.yui3.yui.YUINativeWrapper
          extended by org.sgx.j2s.aui.IO

public class IO
extends YUINativeWrapper

data==Y.io since all methods are static


Nested Class Summary
static class IO.IOTransaction
          the object returned but io() that represents an IO transaction
 
Field Summary
 
Fields inherited from class org.sgx.j2s.yui3.yui.YUINativeWrapper
Y
 
Fields inherited from class org.sgx.j2s.js.NativeWrapper
_data, _EMPTYPARAMS
 
Constructor Summary
IO()
           
 
Method Summary
private  java.lang.Object getIOFunc()
           
 int header(java.lang.String l, java.lang.String v)
          Method that stores default client headers for all transactions.
 IO.IOTransaction io(java.lang.String uri, java.lang.Object c)
          Method for requesting a transaction.
 
Methods inherited from class org.sgx.j2s.yui3.yui.YUINativeWrapper
_load
 
Methods inherited from class org.sgx.j2s.js.NativeWrapper
_call, _get, _getData, create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IO

public IO()
Method Detail

getIOFunc

private java.lang.Object getIOFunc()

io

public IO.IOTransaction io(java.lang.String uri,
                           java.lang.Object c)
Method for requesting a transaction. This is the interface for _io().

Parameters:
uri - - qualified path to transaction resource.
c - - configuration object for the transaction.
Returns:
the transaction resulting object

header

public int header(java.lang.String l,
                  java.lang.String v)
Method that stores default client headers for all transactions. If a label is passed with no value argument, the header will be deleted. This is the interface for _setHeader().

Parameters:
l - - HTTP header
v - - HTTP header value