|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| 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
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.