com.hack23.cia.web.viewfactory.api.admin
Class LanguageContentModelAndView

Package class diagram package LanguageContentModelAndView
java.lang.Object
  extended by com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView
      extended by com.hack23.cia.web.viewfactory.api.admin.AbstractAdminModelAndView
          extended by com.hack23.cia.web.viewfactory.api.admin.AbstractConfigurationModelAndView
              extended by com.hack23.cia.web.viewfactory.api.admin.AbstractAgencyModelAndView
                  extended by com.hack23.cia.web.viewfactory.api.admin.LanguageContentModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class LanguageContentModelAndView
extends AbstractAgencyModelAndView

The Class LanguageContentModelAndView.

See Also:
Serialized Form

Nested Class Summary
static class LanguageContentModelAndView.LanguageContentViewSpecification
          The Enum LanguageContentViewSpecification.
 
Constructor Summary
LanguageContentModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification, Agency agency, LanguageContent languageContent)
          Instantiates a new language content model and view.
 
Method Summary
 LanguageContent getLanguageContent()
          Gets the language content.
 LanguageContentModelAndView.LanguageContentViewSpecification getLanguageContentViewSpecification()
          Gets the language content view specification.
 String getViewSpecificationDescription()
          Gets the view specification description.
 
Methods inherited from class com.hack23.cia.web.viewfactory.api.admin.AbstractAgencyModelAndView
getAgency
 
Methods inherited from class com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView
getControllerAction, getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageContentModelAndView

public LanguageContentModelAndView(UserSessionDTO userSessionDTO,
                                   ControllerAction controllerAction,
                                   LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification,
                                   Agency agency,
                                   LanguageContent languageContent)
Instantiates a new language content model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
languageContentViewSpecification - the language content view specification
agency - the agency
languageContent - the language content
Method Detail

getLanguageContent

public final LanguageContent getLanguageContent()
Gets the language content.

Returns:
the language content

getLanguageContentViewSpecification

public final LanguageContentModelAndView.LanguageContentViewSpecification getLanguageContentViewSpecification()
Gets the language content view specification.

Returns:
the language content view specification

getViewSpecificationDescription

public final String getViewSpecificationDescription()
Description copied from interface: ModelAndView
Gets the view specification description.

Specified by:
getViewSpecificationDescription in interface ModelAndView
Specified by:
getViewSpecificationDescription in class AbstractModelAndView
Returns:
the view specification description


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.