info.aduna.autofocus.http.webclient.sources
Class SourcesController

java.lang.Object
  extended by info.aduna.autofocus.http.webclient.sources.SourcesController
All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller
Direct Known Subclasses:
AddController, EditController

public abstract class SourcesController
extends Object
implements org.springframework.web.servlet.mvc.Controller

Author:
Herko ter Horst

Constructor Summary
SourcesController()
           
 
Method Summary
 Map<String,SourceController> getControllers()
           
 Map<String,String> getSourceNames()
           
 void setControllers(Map<String,SourceController> controllers)
           
 void setSourceNames(Map<String,String> sourceNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.web.servlet.mvc.Controller
handleRequest
 

Constructor Detail

SourcesController

public SourcesController()
Method Detail

setControllers

public void setControllers(Map<String,SourceController> controllers)

getControllers

public Map<String,SourceController> getControllers()

getSourceNames

public Map<String,String> getSourceNames()

setSourceNames

public void setSourceNames(Map<String,String> sourceNames)


Copyright © 1997-2008 Aduna. All Rights Reserved.