com.stellent.cis.web
Class CISWebHelper

java.lang.Object
  extended by com.stellent.cis.web.CISWebHelper

public class CISWebHelper
extends java.lang.Object

Helper methods for CIS servlet functionality.


Constructor Summary
CISWebHelper()
           
 
Method Summary
static void registerCISApplication(javax.servlet.http.HttpServlet servlet, ICISApplication cisApplication)
          Register the CIS Application instance with the current web application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CISWebHelper

public CISWebHelper()
Method Detail

registerCISApplication

public static void registerCISApplication(javax.servlet.http.HttpServlet servlet,
                                          ICISApplication cisApplication)
Register the CIS Application instance with the current web application.

Parameters:
servlet - the current servlet
cisApplication - the initialized CISApplication instance