|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.benow.web.test.RecordingMenuPlugin
public class RecordingMenuPlugin
| Constructor Summary | |
|---|---|
RecordingMenuPlugin()
|
|
| Method Summary | |
|---|---|
java.util.List<MenuItem> |
generate(MenuItem willReplace,
java.lang.String requestedURI)
Produces menu items that will replace the given menu item within the given menu. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecordingMenuPlugin()
| Method Detail |
|---|
public java.util.List<MenuItem> generate(MenuItem willReplace,
java.lang.String requestedURI)
MenuPlugin
generate in interface MenuPluginwillReplace - the parent of the replaced menu item (the one declared with
the plugin class). in the current state, children can be added to the parent
and they will appear in the place of the plugin item
replaced with the returned items (or removed if no items returned).requestedURI - the uri that was requested that caused the menu to be generated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||