|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.util.servlet.IlvPopupMenuEncoder
public abstract class IlvPopupMenuEncoder
This class defines an encoder of an
IlvMenu.
| Constructor Summary | |
|---|---|
IlvPopupMenuEncoder()
Creates a new IlvPopupMenuEncoder instance. |
|
| Method Summary | |
|---|---|
protected String |
getEncodedPath(ArrayList pathList)
Returns the encoded path of a menu item. |
static IlvMenuItem |
getMenuItemAt(IlvMenu root,
String encodedPath)
Returns the menu item specified by the path encoded by this encoder. |
abstract void |
writeMenu(IlvMenu menu,
Writer out)
Write the menu passed as parameter using the specified writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvPopupMenuEncoder()
IlvPopupMenuEncoder instance.
| Method Detail |
|---|
public abstract void writeMenu(IlvMenu menu,
Writer out)
throws IOException
menu - The IlvMenu that will be encoded.out - The writer used to write the result into.
IOException
public static IlvMenuItem getMenuItemAt(IlvMenu root,
String encodedPath)
root - The root menu.encodedPath - The encoded path string.
protected String getEncodedPath(ArrayList pathList)
pathList - The path of the element representation by a list of indexes.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||