OpenCms JSP standard taglib
Function isPrefixPath

boolean isPrefixPath(java.lang.String, java.lang.String)

Checks if the first path is a prefix of the second path..

This method is different compared to String#startsWith, because it considers /foo/bar to be a prefix path of /foo/bar/baz, but not of /foo/bar42.



Function Information
Function Classorg.opencms.util.CmsStringUtil
Function Signatureboolean isPrefixPath(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.