|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventMappingLoader
Interface that defines the contract for the loading mechanism.
| Method Summary | |
|---|---|
String |
getAttributeValue(String attributeKey)
Returns the value of an attribute key. |
String |
getEventClassName(String eventType)
Returns event class name given the event type. |
String |
getValidatorClassName(String eventType)
Returns validator class name given the event type. |
void |
reload()
Forces reload of the mapping information. |
| Method Detail |
|---|
String getEventClassName(String eventType)
throws MissingResourceException
eventType - The type of event.
MissingResourceException - To signal problems while reading.
String getValidatorClassName(String eventType)
throws MissingResourceException
eventType - The type of event.
MissingResourceException - To signal problems while reading.
String getAttributeValue(String attributeKey)
throws MissingResourceException
attributeKey - The key of an attribute in a mapping.
MissingResourceException - To signal problems in reading.
void reload()
throws MissingResourceException
MissingResourceException
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||