Searched defs:startsWith (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/
H A DUtilHandlers.java510 @Handler(id="startsWith",
516 public static void startsWith(HandlerContext handlerCtx) { method in class:UtilHandlers
519 handlerCtx.setOutputValue("result", testStr.startsWith(pattern));

Completed in 48 milliseconds