42434445464748
@Override public GetUserResult execute( final GetCurrentUserAction action, final ExecutionContext context) throws ActionException { return new GetUserResult(userDao.get().getSessionUser()); }