public class DefaultSlugHelper extends Object implements SlugHelper
| Constructor and Description |
|---|
DefaultSlugHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
toSlug(String text) |
protected void |
toSlug(StringBuffer result,
char c) |
static void |
trimDot(StringBuffer sb) |
public String toSlug(String text)
toSlug in interface SlugHelperprotected void toSlug(StringBuffer result, char c)
public static void trimDot(StringBuffer sb)
Copyright © 2014-2015 Opoo.org. All Rights Reserved.