Package net.sourceforge.jwbf.mediawiki.actions.meta

Examples of net.sourceforge.jwbf.mediawiki.actions.meta.GetUserinfo


   * @throws ProcessException on access problems
   */
  public Userinfo getUserinfo() throws ActionException, ProcessException {
    LOGGER.debug("get userinfo");
    if (ui == null || loginChangeUserInfo) {
      GetUserinfo a;
      try {
        a = new GetUserinfo(getVersion());

        performAction(a);
        ui = a;
        loginChangeUserInfo = false;
      } catch (VersionException e) {
View Full Code Here

TOP

Related Classes of net.sourceforge.jwbf.mediawiki.actions.meta.GetUserinfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.