org.infoglue.cms.controllers.delivery.kernel.impl.simple
Class IntegrationDeliveryController

java.lang.Object
  |
  +--org.infoglue.cms.controllers.delivery.kernel.impl.simple.IntegrationDeliveryController

public class IntegrationDeliveryController
extends java.lang.Object


Method Summary
static IntegrationDeliveryController getIntegrationDeliveryController(java.lang.Integer siteNodeId, java.lang.Integer languageId, java.lang.Integer contentId)
          Factory method
 java.lang.Object getObjectWithName(java.lang.String className, javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getUrlContent(java.lang.String url, javax.servlet.http.HttpServletRequest request, boolean includeRequest)
          This method gets an remote URL's content.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIntegrationDeliveryController

public static IntegrationDeliveryController getIntegrationDeliveryController(java.lang.Integer siteNodeId,
                                                                             java.lang.Integer languageId,
                                                                             java.lang.Integer contentId)
                                                                      throws org.infoglue.cms.exception.SystemException,
                                                                             java.lang.Exception
Factory method

org.infoglue.cms.exception.SystemException
java.lang.Exception

getUrlContent

public java.lang.String getUrlContent(java.lang.String url,
                                      javax.servlet.http.HttpServletRequest request,
                                      boolean includeRequest)
                               throws org.infoglue.cms.exception.SystemException,
                                      java.lang.Exception
This method gets an remote URL's content.

org.infoglue.cms.exception.SystemException
java.lang.Exception

getObjectWithName

public java.lang.Object getObjectWithName(java.lang.String className,
                                          javax.servlet.http.HttpServletRequest request)
                                   throws java.lang.InstantiationException,
                                          java.lang.IllegalAccessException,
                                          java.lang.ClassNotFoundException
Parameters:
request -
Returns:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException