|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.descriptor.example.ExampleBeanCustomizer
public class ExampleBeanCustomizer
Customizes the implemenation of ExampleRootBean
. Illustrates the
contract that the generated bean has with the bean customizer.
Constructor Summary | |
---|---|
ExampleBeanCustomizer(ExampleRootBean customized)
Must define a constructor that takes the bean to be customized as its single argument. |
Method Summary | |
---|---|
void |
_postCreate()
Lifecycle method that is called after the bean has been created. |
void |
_preDestroy()
Lifecycle method that is called before bean is destroyed. |
void |
_validate()
Lifecycle method that is called whenever on-demand validation is triggered. |
String |
getCustomizedProperty()
Customizes the implementation of the property named CustomizedProperty. |
void |
setCustomizedProperty(String value)
See ExampleBeanCustomizer.getCustomizedProperty() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExampleBeanCustomizer(ExampleRootBean customized)
customized
- - bean to be customizedMethod Detail |
---|
public void _postCreate()
public void _preDestroy()
public void _validate() throws IllegalArgumentException
IllegalArgumentException
- is a validation error occurs.public String getCustomizedProperty()
ExampleBeanCustomizer.getCustomizedProperty()
. As a consequence, the customizer is
responsible for storing the property value.
public void setCustomizedProperty(String value)
ExampleBeanCustomizer.getCustomizedProperty()
|
Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |