|
code.google.com home | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.owasp.html.CssSchema
public final class CssSchema
Describes the kinds of tokens a CSS property's value can safely contain.
| Field Summary | |
|---|---|
static org.owasp.html.CssSchema.Property |
DISALLOWED
|
| Method Summary | |
|---|---|
org.owasp.html.CssSchema.Property |
forKey(java.lang.String propertyName)
The schema for the named property or function key. |
static void |
main(java.lang.String... argv)
Dumps key and literal list to stdout for easy examination. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.owasp.html.CssSchema.Property DISALLOWED
| Method Detail |
|---|
public org.owasp.html.CssSchema.Property forKey(java.lang.String propertyName)
public static void main(java.lang.String... argv)
|
code.google.com home | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||