|
Oracle Fusion Middleware Java API Reference for Oracle Help 12c (12.1.2) E48720-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomProtocolHandler
A CustomProtocolHandler is registered with the help system according to some identifier Consider the following HTML: <a href="custom:protocolName:protocolValue"/>
If this CustomProtocolHandler is registered with the Help object using the "protocolName" identifier, then its handleValue method will be invoked, passing protocolValue as the value
Method Summary | |
---|---|
void |
handleValue(java.lang.String value) |
Method Detail |
---|
void handleValue(java.lang.String value)
|
Oracle Fusion Middleware Java API Reference for Oracle Help 12c (12.1.2) E48720-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |