Java com.liferay.portal.kernel.util StringParser fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.util StringParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.util StringParser.

The text is from its open source code.

Constructor

StringParser(String pattern)
Constructs a new string parser from the pattern.

Method

Stringbuild(Map parameters)
Builds a string from the parameter map if this parser is appropriate.
StringescapeRegex(String s)
Escapes the special characters in the string so that they will have no special meaning in a regular expression.
booleanparse(String s, Map parameters)
Populates the parameter map with values parsed from the string if this parser matches.