com.hack23.cia.web.viewfactory.api.user
Class UrlModelAndView

Package class diagram package UrlModelAndView
java.lang.Object
  extended by com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView
      extended by com.hack23.cia.web.viewfactory.api.user.AbstractUserModelAndView
          extended by com.hack23.cia.web.viewfactory.api.user.UrlModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class UrlModelAndView
extends AbstractUserModelAndView

The Class UrlModelAndView.

See Also:
Serialized Form

Nested Class Summary
static class UrlModelAndView.UrlViewSpecification
          The Enum UrlViewSpecification.
 
Constructor Summary
UrlModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, UrlModelAndView.UrlViewSpecification urlViewSpecification, String title, String url)
          Instantiates a new url model and view.
 
Method Summary
 String getTitle()
          Gets the title.
 String getUrl()
          Gets the url.
 UrlModelAndView.UrlViewSpecification getUrlViewSpecification()
          Gets the url view specification.
 String getViewSpecificationDescription()
          Gets the view specification description.
 
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

UrlModelAndView

public UrlModelAndView(UserSessionDTO userSessionDTO,
                       ControllerAction controllerAction,
                       UrlModelAndView.UrlViewSpecification urlViewSpecification,
                       String title,
                       String url)
Instantiates a new url model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
urlViewSpecification - the url view specification
title - the title
url - the url
Method Detail

getTitle

public final String getTitle()
Gets the title.

Returns:
the title

getUrl

public final String getUrl()
Gets the url.

Returns:
the url

getUrlViewSpecification

public final UrlModelAndView.UrlViewSpecification getUrlViewSpecification()
Gets the url view specification.

Returns:
the url 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.