|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScopedProxy
Marks a bean definition as being a scoped proxy. A bean marked as such will be exposed via a proxy, with the 'real' bean instance being retrieved from some other source (such as a HttpSession) as and when required.
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">
<attribute name="proxy-target-class" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
boolean |
isProxyTargetClass()
Gets the value of the proxyTargetClass property. |
void |
setProxyTargetClass(Boolean value)
Sets the value of the proxyTargetClass property. |
| Method Detail |
|---|
boolean 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 | |||||||||