|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.web.taglib.util.AidaTLDUtils
public abstract class AidaTLDUtils
Various utility functions.
Constructor Summary | |
---|---|
AidaTLDUtils()
|
Method Summary | |
---|---|
static List |
createList(SortedMap[] maps,
String key)
|
static List |
createList(SortedMap[] maps,
String key,
boolean unique)
|
static Object |
findObject(String attributeName,
javax.servlet.jsp.PageContext pageContext)
Find an Object in a JSP scope under the given attribute name. |
static boolean |
isEmpty(String par)
|
static String |
objectName(Object obj)
Name of the current Object |
static String |
objectType(Object obj)
Type of the current object |
static void |
sortList(List list,
boolean ascending)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AidaTLDUtils()
Method Detail |
---|
public static List createList(SortedMap[] maps, String key)
public static List createList(SortedMap[] maps, String key, boolean unique)
public static void sortList(List list, boolean ascending)
public static Object findObject(String attributeName, javax.servlet.jsp.PageContext pageContext)
attributeName
- the name of the IManagedObject in a JSP scope
public static boolean isEmpty(String par)
public static String objectName(Object obj)
public static String objectType(Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |