net.sf.aspect4facelets
Class InsertChildAspect

java.lang.Object
  extended by net.sf.aspect4facelets.AbstractAspect
      extended by net.sf.aspect4facelets.InsertChildAspect
All Implemented Interfaces:
Aspect

public class InsertChildAspect
extends AbstractAspect

Version:
$Revision: 1.3 $
Author:
andreas

Constructor Summary
InsertChildAspect()
           
 
Method Summary
 void apply(org.dom4j.Node node, org.dom4j.Element cont)
           
 int getPosition()
           
 void setPosition(int position)
           
 
Methods inherited from class net.sf.aspect4facelets.AbstractAspect
getContent, getFile, getPath, matches, setContent, setFile, setPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertChildAspect

public InsertChildAspect()
Method Detail

getPosition

public int getPosition()

setPosition

public void setPosition(int position)

apply

public void apply(org.dom4j.Node node,
                  org.dom4j.Element cont)