Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.