|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.string.JavascriptStripper
public class JavascriptStripper
Strips comments and whitespace from javascript
| Constructor Summary | |
|---|---|
JavascriptStripper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
stripCommentsAndWhitespace(java.lang.String original)
Removes javascript comments and whitespace from specified string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavascriptStripper()
| Method Detail |
|---|
public static java.lang.String stripCommentsAndWhitespace(java.lang.String original)
original - Source string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||