org.milyn.templating
Class Inline

java.lang.Object
  extended by org.milyn.templating.Inline
All Implemented Interfaces:
Usage

public class Inline
extends Object
implements Usage

Inline template usage.

Inline the templating result relative to the target message fragment.

Author:
tom.fennelly@jboss.com

Field Summary
static Inline ADDTO
           
static Inline INSERT_AFTER
           
static Inline INSERT_BEFORE
           
static Inline REPLACE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDTO

public static final Inline ADDTO

REPLACE

public static final Inline REPLACE

INSERT_BEFORE

public static final Inline INSERT_BEFORE

INSERT_AFTER

public static final Inline INSERT_AFTER


Copyright © 2014. All Rights Reserved.