|
||||||||||
| 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 | |
|---|---|
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 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 | |||||||||