Class Template
- java.lang.Object
-
- org.nuxeo.runtime.deployment.preprocessor.template.Template
-
public class Template extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description Template()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPart(String name, String text)
void
appendText(String marker, String text)
String
getText()
void
prependText(String marker, String text)
void
replaceText(String marker, String text)
void
update(TemplateContribution tc, Map<String,String> ctx)
-
-
-
Field Detail
-
BEGIN
public static final String BEGIN
- See Also:
- Constant Field Values
-
END
public static final String END
- See Also:
- Constant Field Values
-
-
Method Detail
-
update
public void update(TemplateContribution tc, Map<String,String> ctx)
-
getText
public String getText()
-
-