|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.nurelm.util.JSPUtil
Commonly used functions within JSP pages.
| Constructor Summary | |
|---|---|
JSPUtil()
|
|
| Method Summary | |
|---|---|
static RepeatItem |
getRepeatItem(Site site,
java.lang.String rootPageId,
java.lang.String repeatListId,
java.lang.String repeatItemId)
Gets a repeat item from the root page, repeat block and repeat item id specified. |
static RepeatItem |
getRepeatItem(Site site,
java.lang.String rootPageId,
java.lang.String repeatListName,
java.lang.String contentId,
java.lang.String contentValue)
Gets a repeat item from the root page, repeat block, content id and value specified. |
static boolean |
repeatItemExists(Site site,
java.lang.String rootPageId,
java.lang.String repeatListId,
java.lang.String contentId,
java.lang.String contentValue)
Gets a repeat item from the root page, repeat block, content id and value specified, and reports if it exists or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JSPUtil()
| Method Detail |
public static RepeatItem getRepeatItem(Site site,
java.lang.String rootPageId,
java.lang.String repeatListId,
java.lang.String repeatItemId)
site - The current site.rootPageId - The ID of the root page.repeatListId - The ID of the repeat block.repeatItemId - The ID of the repeat item.
public static RepeatItem getRepeatItem(Site site,
java.lang.String rootPageId,
java.lang.String repeatListName,
java.lang.String contentId,
java.lang.String contentValue)
site - The current site.
public static boolean repeatItemExists(Site site,
java.lang.String rootPageId,
java.lang.String repeatListId,
java.lang.String contentId,
java.lang.String contentValue)
site - The current site.rootPageId - The ID of the root page.repeatListId - The ID of the repeat block.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||