com.khubla.pragmatach.plugin.adminapp
Class AdminUserController

java.lang.Object
  extended by com.khubla.pragmatach.framework.controller.impl.AbstractController
      extended by com.khubla.pragmatach.plugin.adminapp.AdminUserController
All Implemented Interfaces:
PragmatachController

@Controller(name="pragmatachAdminUserController",
            scope=session)
public class AdminUserController
extends AbstractController

Author:
tome

Constructor Summary
AdminUserController()
           
 
Method Summary
 String getUsername()
           
 void setUsername(String username)
           
 
Methods inherited from class com.khubla.pragmatach.framework.controller.impl.AbstractController
bad, buildWildcardResourceURI, forward, getApplicationURL, getCacheHeaders, getConfigurationParameter, getControllerName, getControllerName, getPragmatachRoute, getRequest, getResource, getSessionScopedController, ok, redirect, setPragmatachRoute, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminUserController

public AdminUserController()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)


Copyright © 2014 khubla.com. All rights reserved.