Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.deployment.preprocessor.template
Class TemplateContribution

java.lang.Object
  extended by org.nuxeo.runtime.deployment.preprocessor.template.TemplateContribution

public class TemplateContribution
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
TemplateContribution()
           
 
Method Summary
 String getContent()
           
 String getMarker()
           
 String getMode()
           
 String getTemplate()
           
 boolean isAppending()
           
 boolean isPrepending()
           
 boolean isReplacing()
           
 void setTarget(String target)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateContribution

public TemplateContribution()
Method Detail

setTarget

public void setTarget(String target)

getContent

public String getContent()

getTemplate

public String getTemplate()

getMarker

public String getMarker()

getMode

public String getMode()

isAppending

public boolean isAppending()

isPrepending

public boolean isPrepending()

isReplacing

public boolean isReplacing()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.