net.sf.aspect4facelets
Interface Aspect

All Known Implementing Classes:
AbstractAspect, AddAttributeAspect, AppendChildAspect, InsertAfterAspect, InsertChildAspect, RemoveAspect

public interface Aspect

Version:
$Revision: 1.1 $
Author:
andreas

Method Summary
 void apply(org.dom4j.Node node, org.dom4j.Element cont)
           
 java.lang.String getContent()
           
 java.lang.String getFile()
           
 java.lang.String getPath()
           
 boolean matches(java.lang.String url)
           
 

Method Detail

getPath

java.lang.String getPath()

getFile

java.lang.String getFile()

matches

boolean matches(java.lang.String url)

getContent

java.lang.String getContent()

apply

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