org.alfresco.repo.web.scripts.publishing
Class PublishingWebScript

java.lang.Object
  extended by org.springframework.extensions.webscripts.AbstractWebScript
      extended by org.springframework.extensions.webscripts.DeclarativeWebScript
          extended by org.alfresco.repo.web.scripts.publishing.PublishingWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
Direct Known Subclasses:
PublishingEventsGet, PublishingQueuePost

public abstract class PublishingWebScript
extends org.springframework.extensions.webscripts.DeclarativeWebScript

Since:
4.0

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
 
Field Summary
protected  PublishingModelBuilder builder
           
protected  org.alfresco.service.cmr.publishing.channels.ChannelService channelService
           
protected  PublishingJsonParser jsonParser
           
protected  org.alfresco.service.cmr.publishing.PublishingService publishingService
           
 
Constructor Summary
PublishingWebScript()
           
 
Method Summary
 void setChannelService(org.alfresco.service.cmr.publishing.channels.ChannelService channelService)
           
 void setPublishingService(org.alfresco.service.cmr.publishing.PublishingService publishingService)
           
 
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
 
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

jsonParser

protected final PublishingJsonParser jsonParser

builder

protected final PublishingModelBuilder builder

publishingService

protected org.alfresco.service.cmr.publishing.PublishingService publishingService

channelService

protected org.alfresco.service.cmr.publishing.channels.ChannelService channelService
Constructor Detail

PublishingWebScript

public PublishingWebScript()
Method Detail

setPublishingService

public void setPublishingService(org.alfresco.service.cmr.publishing.PublishingService publishingService)
Parameters:
publishingService - the publishingService to set

setChannelService

public void setChannelService(org.alfresco.service.cmr.publishing.channels.ChannelService channelService)
Parameters:
channelService - the channelService to set


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.