net.sf.jour.config
Interface Pointcut

All Superinterfaces:
javax.xml.bind.Element, PointcutType
All Known Implementing Classes:
PointcutImpl

public interface Pointcut
extends javax.xml.bind.Element, PointcutType

Java content class for pointcut element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour.xsd line 22)

 <element name="pointcut">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="expr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.config.PointcutType
getExpr, setExpr
 



Copyright © 2004 sourceforge. All Rights Reserved.