Package org.jallinone.system.server

Examples of org.jallinone.system.server.UserAuthorizationsAction


public class ApplicationActionClasses extends ActionsCollection {

  public ApplicationActionClasses() {

    Action a = null;
    a = new UserAuthorizationsAction(); put(a.getRequestName(),a);
    a = new UserLoginAction(); put(a.getRequestName(),a);
    a = new org.jallinone.system.server.LoadLanguagesAction(); put(a.getRequestName(),a);
    a = new CreateConfigFileAction(); put(a.getRequestName(),a);

    a = new LoadWindowsAction(); put(a.getRequestName(),a);
View Full Code Here

TOP

Related Classes of org.jallinone.system.server.UserAuthorizationsAction

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.