org.infoglue.cms.treeservice
Class ContentService
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--org.infoglue.cms.treeservice.JServiceBuilder
|
+--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
| Methods inherited from class javax.servlet.http.HttpServlet |
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentService
public ContentService()
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
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