net.sf.aspect4facelets
Class AbstractAspect
java.lang.Object
net.sf.aspect4facelets.AbstractAspect
- All Implemented Interfaces:
- Aspect
- Direct Known Subclasses:
- AddAttributeAspect, AppendChildAspect, InsertAfterAspect, InsertChildAspect, RemoveAspect
public abstract class AbstractAspect
- extends java.lang.Object
- implements Aspect
- Version:
- $Revision: 1.4 $
- Author:
- andreas
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.aspect4facelets.Aspect |
apply |
AbstractAspect
public AbstractAspect()
getPath
public java.lang.String getPath()
- Specified by:
getPath in interface Aspect
setPath
public void setPath(java.lang.String path)
getFile
public java.lang.String getFile()
- Specified by:
getFile in interface Aspect
setFile
public void setFile(java.lang.String file)
matches
public boolean matches(java.lang.String url)
- Specified by:
matches in interface Aspect
getContent
public java.lang.String getContent()
- Specified by:
getContent in interface Aspect
setContent
public void setContent(java.lang.String content)