com.hack23.cia.web.common
Class BeanLocator

Package class diagram package BeanLocator
java.lang.Object
  extended by com.hack23.cia.web.common.BeanLocator

public class BeanLocator
extends Object

The Class BeanLocator.


Constructor Summary
protected BeanLocator()
          Instantiates a new bean locator.
 
Method Summary
static AdminService getAdminService()
          Gets the admin service.
static ApplicationManager getApplicationManager()
          Gets the application manager.
static com.vaadin.ui.Button.ClickListener getClickListener()
          Gets the click listener.
static ParliamentService getParliamentService()
          Gets the parliament service.
static org.springframework.context.MessageSource getResourceBundleMessageSource()
          Gets the resource bundle message source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanLocator

protected BeanLocator()
Instantiates a new bean locator.

Method Detail

getAdminService

public static AdminService getAdminService()
Gets the admin service.

Returns:
the admin service

getApplicationManager

public static ApplicationManager getApplicationManager()
Gets the application manager.

Returns:
the application manager

getClickListener

public static com.vaadin.ui.Button.ClickListener getClickListener()
Gets the click listener.

Returns:
the click listener

getParliamentService

public static ParliamentService getParliamentService()
Gets the parliament service.

Returns:
the parliament service

getResourceBundleMessageSource

public static org.springframework.context.MessageSource getResourceBundleMessageSource()
Gets the resource bundle message source.

Returns:
the resource bundle message source


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