From portal-commits at lists.jboss.org Tue Jul 22 09:18:09 2008 Content-Type: multipart/mixed; boundary="===============4387515535456058266==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r11541 - modules/presentation/trunk/ajax/src/main/java/org/jboss/portal/presentation/ajax/server. Date: Tue, 22 Jul 2008 09:18:09 -0400 Message-ID: --===============4387515535456058266== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: julien(a)jboss.com Date: 2008-07-22 09:18:09 -0400 (Tue, 22 Jul 2008) New Revision: 11541 Added: modules/presentation/trunk/ajax/src/main/java/org/jboss/portal/presentat= ion/ajax/server/Todo.java Log: dummy class placeholder for things to do, will remove later Added: modules/presentation/trunk/ajax/src/main/java/org/jboss/portal/prese= ntation/ajax/server/Todo.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/presentation/trunk/ajax/src/main/java/org/jboss/portal/presenta= tion/ajax/server/Todo.java (rev 0) +++ modules/presentation/trunk/ajax/src/main/java/org/jboss/portal/presenta= tion/ajax/server/Todo.java 2008-07-22 13:18:09 UTC (rev 11541) @@ -0,0 +1,36 @@ +/*************************************************************************= ***** + * JBoss, a division of Red Hat = * + * Copyright 2008, Red Hat Middleware, LLC, and individual = * + * contributors as indicated by the @authors tag. See the = * + * copyright.txt in the distribution for a full listing of = * + * individual contributors. = * + * = * + * This is free software; you can redistribute it and/or modify it = * + * under the terms of the GNU Lesser General Public License as = * + * published by the Free Software Foundation; either version 2.1 of = * + * the License, or (at your option) any later version. = * + * = * + * This software is distributed in the hope that it will be useful, = * + * but WITHOUT ANY WARRANTY; without even the implied warranty of = * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU = * + * Lesser General Public License for more details. = * + * = * + * You should have received a copy of the GNU Lesser General Public = * + * License along with this software; if not, write to the Free = * + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA = * + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. = * + *************************************************************************= *****/ +package org.jboss.portal.presentation.ajax.server; + +/** + * - introduce action in the ui model + * - introduce navigation in the ui model + * - content time out + * - handle server ajax session time out + * + * @author Julien Viet + * @version $Revision: 630 $ + */ +class Todo +{ +} --===============4387515535456058266==--