com.hack23.cia.web.impl.ui.viewfactory.api.configuration
Class LanguageContentModelAndView

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

public class LanguageContentModelAndView
extends AbstractConfigurationModelAndView

The Class LanguageContentModelAndView.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Class and Description
static class LanguageContentModelAndView.LanguageContentViewSpecification
          The Enum LanguageContentViewSpecification.
 
Constructor Summary
Constructor and Description
LanguageContentModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification, AgencyData agency, LanguageContentDto languageContentDto)
          Instantiates a new language content model and view.
 
Method Summary
Modifier and Type Method and Description
 AgencyData getAgency()
          Gets the agency.
 LanguageContentDto 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.impl.ui.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,
                                   AgencyData agency,
                                   LanguageContentDto languageContentDto)
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
languageContentDto - the language content dto
Method Detail

getLanguageContent

public final LanguageContentDto 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

getAgency

public final AgencyData getAgency()
Gets the agency.

Returns:
the agency


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