|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Config
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pointcut" type="{http://www.springframework.org/schema/aop}pointcutType" maxOccurs="unbounded" minOccurs="0"/>
<element name="advisor" type="{http://www.springframework.org/schema/aop}advisorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="aspect" type="{http://www.springframework.org/schema/aop}aspectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="proxy-target-class" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
AdvisorType[] |
getAdvisor()
|
AdvisorType |
getAdvisor(int idx)
|
int |
getAdvisorLength()
|
AspectType[] |
getAspect()
|
AspectType |
getAspect(int idx)
|
int |
getAspectLength()
|
PointcutType[] |
getPointcut()
|
PointcutType |
getPointcut(int idx)
|
int |
getPointcutLength()
|
boolean |
isProxyTargetClass()
Gets the value of the proxyTargetClass property. |
void |
setAdvisor(AdvisorType[] values)
|
AdvisorType |
setAdvisor(int idx,
AdvisorType value)
|
void |
setAspect(AspectType[] values)
|
AspectType |
setAspect(int idx,
AspectType value)
|
PointcutType |
setPointcut(int idx,
PointcutType value)
|
void |
setPointcut(PointcutType[] values)
|
void |
setProxyTargetClass(Boolean value)
Sets the value of the proxyTargetClass property. |
| Method Detail |
|---|
PointcutType[] getPointcut()
PointcutTypePointcutType getPointcut(int idx)
PointcutTypeint getPointcutLength()
void setPointcut(PointcutType[] values)
values - allowed objects are
PointcutType
PointcutType setPointcut(int idx,
PointcutType value)
value - allowed object is
PointcutTypeAdvisorType[] getAdvisor()
AdvisorTypeAdvisorType getAdvisor(int idx)
AdvisorTypeint getAdvisorLength()
void setAdvisor(AdvisorType[] values)
values - allowed objects are
AdvisorType
AdvisorType setAdvisor(int idx,
AdvisorType value)
value - allowed object is
AdvisorTypeAspectType[] getAspect()
AspectTypeAspectType getAspect(int idx)
AspectTypeint getAspectLength()
void setAspect(AspectType[] values)
values - allowed objects are
AspectType
AspectType setAspect(int idx,
AspectType value)
value - allowed object is
AspectTypeboolean isProxyTargetClass()
Booleanvoid setProxyTargetClass(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||