Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.ui.client.base.login
Class LoginCommand

java.lang.Object
  extended by org.nuxeo.ecm.gwt.runtime.client.http.HttpCallback
      extended by org.nuxeo.ecm.gwt.runtime.client.ui.HttpCommand
          extended by org.nuxeo.ecm.gwt.ui.client.base.login.LoginCommand
All Implemented Interfaces:
com.google.gwt.http.client.RequestCallback, com.google.gwt.user.client.Command

public class LoginCommand
extends HttpCommand

Author:
Bogdan Stefanescu

Constructor Summary
LoginCommand(java.lang.String username, java.lang.String password)
           
LoginCommand(View view, java.lang.String username, java.lang.String password)
           
 
Method Summary
 void onFailure(java.lang.Throwable cause)
           
 void onSuccess(HttpResponse response)
           
 
Methods inherited from class org.nuxeo.ecm.gwt.runtime.client.ui.HttpCommand
execute, get, getBusyTimeout, getView, onError, onResponseReceived, post, setBusyTimeout, setView
 
Methods inherited from class org.nuxeo.ecm.gwt.runtime.client.http.HttpCallback
getRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginCommand

public LoginCommand(java.lang.String username,
                    java.lang.String password)

LoginCommand

public LoginCommand(View view,
                    java.lang.String username,
                    java.lang.String password)
Method Detail

onSuccess

public void onSuccess(HttpResponse response)
Overrides:
onSuccess in class HttpCommand

onFailure

public void onFailure(java.lang.Throwable cause)
Overrides:
onFailure in class HttpCommand

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.