it.eng.spagobi.wapp.services
Class ChangeLanguage

java.lang.Object
  extended by it.eng.spago.dispatching.service.DefaultRequestContext
      extended by it.eng.spago.dispatching.service.DefaultHttpRequestContext
          extended by it.eng.spago.dispatching.action.AbstractHttpAction
              extended by it.eng.spagobi.wapp.services.ChangeLanguage
All Implemented Interfaces:
it.eng.spago.dispatching.action.ActionIFace, it.eng.spago.dispatching.service.HttpRequestContextIFace, it.eng.spago.dispatching.service.RequestContextIFace, it.eng.spago.dispatching.service.ServiceIFace, it.eng.spago.init.InitializerIFace, java.io.Serializable

public class ChangeLanguage
extends it.eng.spago.dispatching.action.AbstractHttpAction

SpagoBI - The Business Intelligence Free Platform Copyright (C) 2005-2008 Engineering Ingegneria Informatica S.p.A. This library 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 library 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 library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_EXTRA
           
static java.lang.String DEFAULT_LAYOUT_MODE
           
static java.lang.String LAYOUT_ADMIN_MENU
           
static java.lang.String LAYOUT_ALL_LEFT
           
static java.lang.String LAYOUT_ALL_TOP
           
static java.lang.String LAYOUT_TOP_LEFT
           
static java.lang.String LIST_MENU
           
static java.lang.String MENU_EXTRA
           
static java.lang.String MENU_MODE
           
static java.lang.String MODULE_PAGE
           
 
Constructor Summary
ChangeLanguage()
           
 
Method Summary
 void service(it.eng.spago.base.SourceBean serviceRequest, it.eng.spago.base.SourceBean serviceResponse)
           
 
Methods inherited from class it.eng.spago.dispatching.action.AbstractHttpAction
getActionMethod, getActionName, getConfig, init, setActionMethod, setActionName
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultHttpRequestContext
freezeHttpResponse, getHttpRequest, getHttpResponse, getServletConfig, isHttpResponseFreezed, setRequestContext, unfreezeHttpResponse
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spago.dispatching.service.RequestContextIFace
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse
 

Field Detail

MODULE_PAGE

public static final java.lang.String MODULE_PAGE
See Also:
Constant Field Values

DEFAULT_LAYOUT_MODE

public static final java.lang.String DEFAULT_LAYOUT_MODE
See Also:
Constant Field Values

LAYOUT_ALL_TOP

public static final java.lang.String LAYOUT_ALL_TOP
See Also:
Constant Field Values

LAYOUT_ALL_LEFT

public static final java.lang.String LAYOUT_ALL_LEFT
See Also:
Constant Field Values

LAYOUT_TOP_LEFT

public static final java.lang.String LAYOUT_TOP_LEFT
See Also:
Constant Field Values

LAYOUT_ADMIN_MENU

public static final java.lang.String LAYOUT_ADMIN_MENU
See Also:
Constant Field Values

DEFAULT_EXTRA

public static final java.lang.String DEFAULT_EXTRA
See Also:
Constant Field Values

MENU_MODE

public static final java.lang.String MENU_MODE
See Also:
Constant Field Values

MENU_EXTRA

public static final java.lang.String MENU_EXTRA
See Also:
Constant Field Values

LIST_MENU

public static final java.lang.String LIST_MENU
See Also:
Constant Field Values
Constructor Detail

ChangeLanguage

public ChangeLanguage()
Method Detail

service

public void service(it.eng.spago.base.SourceBean serviceRequest,
                    it.eng.spago.base.SourceBean serviceResponse)
             throws java.lang.Exception
Throws:
java.lang.Exception