|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that defines the contract for the loading mechanism.
Method Summary | |
java.lang.String |
getAttributeValue(java.lang.String attributeKey)
Returns the value of an attribute key. |
java.lang.String |
getEventClassName(java.lang.String eventType)
Returns event class name given the event type. |
java.lang.String |
getValidatorClassName(java.lang.String eventType)
Returns validator class name given the event type. |
void |
reload()
Forces reload of the mapping information. |
Method Detail |
public java.lang.String getEventClassName(java.lang.String eventType) throws java.util.MissingResourceException
eventType
- The type of event.public java.lang.String getValidatorClassName(java.lang.String eventType) throws java.util.MissingResourceException
eventType
- The type of event.public java.lang.String getAttributeValue(java.lang.String attributeKey) throws java.util.MissingResourceException
attributeKey
- The key of an attribute in a mapping.public void reload() throws java.util.MissingResourceException
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |