|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.ScopedProxy
public class 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>
| Field Summary | |
|---|---|
protected Boolean |
proxyTargetClass
|
| Constructor Summary | |
|---|---|
ScopedProxy()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.ScopedProxy instance. |
|
ScopedProxy(ScopedProxy o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.ScopedProxy instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ScopedProxy |
clone()
Creates and returns a copy of this object. |
boolean |
isProxyTargetClass()
Gets the value of the proxyTargetClass property. |
void |
setProxyTargetClass(Boolean value)
Sets the value of the proxyTargetClass property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean proxyTargetClass
| Constructor Detail |
|---|
public ScopedProxy()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.ScopedProxy instance.
public ScopedProxy(ScopedProxy o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.aop.ScopedProxy instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public boolean isProxyTargetClass()
Booleanpublic void setProxyTargetClass(Boolean value)
value - allowed object is
Booleanpublic ScopedProxy clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||