org.infoglue.cms.treeservice
Class ContentService

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.infoglue.cms.treeservice.JServiceBuilder
              extended by org.infoglue.cms.treeservice.ContentService
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ContentService
extends JServiceBuilder

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.infoglue.cms.treeservice.JServiceBuilder
request
 
Constructor Summary
ContentService()
           
 
Method Summary
 CommunicationEnvelope execute(CommunicationEnvelope envelope)
           
 CommunicationEnvelope getChildContents(CommunicationEnvelope envelope)
          This method fetches the root Content of this site
 CommunicationEnvelope getContent(CommunicationEnvelope envelope)
          This method fetches the Content with the given id
 CommunicationEnvelope getRootContent(CommunicationEnvelope envelope)
          This method fetches the root Content of this site
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class org.infoglue.cms.treeservice.JServiceBuilder
requestToHashtable, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentService

public ContentService()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class JServiceBuilder
Throws:
javax.servlet.ServletException

execute

public CommunicationEnvelope execute(CommunicationEnvelope envelope)
Specified by:
execute in class JServiceBuilder

getRootContent

public CommunicationEnvelope getRootContent(CommunicationEnvelope envelope)
This method fetches the root Content of this site


getContent

public CommunicationEnvelope getContent(CommunicationEnvelope envelope)
This method fetches the Content with the given id


getChildContents

public CommunicationEnvelope getChildContents(CommunicationEnvelope envelope)
This method fetches the root Content of this site



Copyright © 2005 InfoGlue.org All Rights Reserved.