|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.infoglue.cms.treeservice.JServiceBuilder
org.infoglue.cms.treeservice.ContentService
public class ContentService
| 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 |
|---|
public ContentService()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class JServiceBuilderjavax.servlet.ServletExceptionpublic CommunicationEnvelope execute(CommunicationEnvelope envelope)
execute in class JServiceBuilderpublic CommunicationEnvelope getRootContent(CommunicationEnvelope envelope)
public CommunicationEnvelope getContent(CommunicationEnvelope envelope)
public CommunicationEnvelope getChildContents(CommunicationEnvelope envelope)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||