|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.templating.TemplatingConfiguration
public class TemplatingConfiguration
Templating Configuration.
Allow programmatic configuration of aAbstractTemplateProcessor
implementation.
| Constructor Summary | |
|---|---|
TemplatingConfiguration(String template)
Public constructor. |
|
| Method Summary | |
|---|---|
protected boolean |
applyBefore()
Should the template be applied at the start of the fragment and before processing any of the fragment's child content. |
protected String |
getTemplate()
Get the template. |
protected Usage |
getUsage()
Get the templating Usage directive for the templating result. |
TemplatingConfiguration |
setApplyBefore(boolean applyBefore)
Set whether or not the template should be applied at the start of the fragment and before processing any of the fragment's child content. |
TemplatingConfiguration |
setUsage(Usage usage)
Set the templating Usage directive for the templating result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplatingConfiguration(String template)
template - The template. This can be a URI referencing the template resource,
or can be an inlined template.| Method Detail |
|---|
protected String getTemplate()
protected boolean applyBefore()
public TemplatingConfiguration setApplyBefore(boolean applyBefore)
applyBefore - True if the template is to be applied at the start of the fragment, otherwise false.
protected Usage getUsage()
Usage directive for the templating result.
public TemplatingConfiguration setUsage(Usage usage)
Usage directive for the templating result.
usage - The templating result usage.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||