JSF-Spring

de.mindmatters.faces.spring.test
Class JsfRIStartupDriver

java.lang.Object
  extended by de.mindmatters.faces.spring.test.JsfRIStartupDriver
All Implemented Interfaces:
JsfStartupDriver

public final class JsfRIStartupDriver
extends java.lang.Object
implements JsfStartupDriver

JsfStartupDriver for the Sun RI.

Author:
Andreas Kuhrwahl

Constructor Summary
JsfRIStartupDriver()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 int hashCode()
          
 void start(javax.servlet.ServletContext ctx)
          Starts the JSF implementation.
 void stop(javax.servlet.ServletContext ctx)
          Stpos the JSF implementation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsfRIStartupDriver

public JsfRIStartupDriver()
Method Detail

start

public void start(javax.servlet.ServletContext ctx)
Starts the JSF implementation.

Specified by:
start in interface JsfStartupDriver
Parameters:
ctx - the ServletContext

stop

public void stop(javax.servlet.ServletContext ctx)
Stpos the JSF implementation.

Specified by:
stop in interface JsfStartupDriver
Parameters:
ctx - the ServletContext

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG