photospace
Class Application

java.lang.Object
  extended byphotospace.Application
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, java.io.Serializable

public class Application
extends java.lang.Object
implements java.io.Serializable, org.springframework.context.ApplicationContextAware

See Also:
Serialized Form

Constructor Summary
Application()
           
 
Method Summary
static Browser browser()
           
static Indexer indexer()
           
static Persister persister()
           
static Searcher searcher()
           
 void setApplicationContext(org.springframework.context.ApplicationContext app)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext app)
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware

browser

public static Browser browser()

persister

public static Persister persister()

indexer

public static Indexer indexer()

searcher

public static Searcher searcher()