org.infoglue.deliver.controllers.kernel.impl.simple
Class IntegrationDeliveryController

java.lang.Object
  extended by org.infoglue.deliver.controllers.kernel.impl.simple.IntegrationDeliveryController

public class IntegrationDeliveryController
extends java.lang.Object


Method Summary
static IntegrationDeliveryController getIntegrationDeliveryController(DeliveryContext deliveryContext)
          Factory method
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.
 java.lang.String getUrlContent(java.lang.String url, javax.servlet.http.HttpServletRequest request, boolean includeRequest, java.lang.String encoding)
          This method gets an remote URL's content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 SystemException,
                                                                             java.lang.Exception
Factory method

Throws:
SystemException
java.lang.Exception

getIntegrationDeliveryController

public static IntegrationDeliveryController getIntegrationDeliveryController(DeliveryContext deliveryContext)
                                                                      throws SystemException,
                                                                             java.lang.Exception
Factory method

Throws:
SystemException
java.lang.Exception

getUrlContent

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

Throws:
SystemException
java.lang.Exception

getUrlContent

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

Throws:
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:
classname -
request -
Returns:
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException


Copyright © 2005 InfoGlue.org All Rights Reserved.