OpenCms JSP standard taglib
Function lookup

java.lang.String lookup(java.lang.String, java.lang.String)

Uses the 1st String as key to look up from the map that is passed as the 2nd String, and returns either the element found or the empty String.

The map String must have the form key1:value1|key2:value2 etc.



Function Information
Function Classorg.opencms.jsp.util.CmsJspElFunctions
Function Signaturejava.lang.String lookup(java.lang.String, java.lang.String)
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.