com.sdm.quasar.client.jsf.application
Class JSFApplicationFactory

java.lang.Object
  extended byApplicationFactory
      extended bycom.sdm.quasar.client.jsf.application.JSFApplicationFactory
Direct Known Subclasses:
ShowcaseApplicationFactory

public abstract class JSFApplicationFactory
extends ApplicationFactory

Base-class for actually used javax.faces.application.ApplicationFactory implementations. Depending on the JSF implementation that is used, you have to register the certain implementation class in faces-config.xml. Copyright (c) 2005 software design & management AG All rights reserved. This file is made available under the terms of the license agreement that accompanies this distribution. $Revision:$, last modified $Date: $ by $Author: $

Author:
Carsten Lucke
See Also:
Serialized Form

Constructor Summary
JSFApplicationFactory(ApplicationFactory applicationFactory)
          Constructor that is called by JSF mechanisms and provides us with the default application-factory.
 
Method Summary
 Application getApplication()
          {@inheritDoc}
protected abstract  Application getQuasarApplication()
           
 void setApplication(Application application)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSFApplicationFactory

public JSFApplicationFactory(ApplicationFactory applicationFactory)
Constructor that is called by JSF mechanisms and provides us with the default application-factory.

Parameters:
applicationFactory - the defualt JSF application factory
Method Detail

getApplication

public Application getApplication()
{@inheritDoc}

See Also:
javax.faces.application.ApplicationFactory#getApplication()

setApplication

public void setApplication(Application application)

getQuasarApplication

protected abstract Application getQuasarApplication()