java.lang.Object
de.agilecoders.wicket.jquery.Attr
de.agilecoders.wicket.jquery.Attr.Plain
- All Implemented Interfaces:
Serializable,CharSequence,IClusterable
- Direct Known Subclasses:
Attr.NullValue
- Enclosing class:
- Attr
Plain jquery attribute, this attribute won't be quoted. Please make sure that the selector value won't be escaped
and therefor it's possible to create a XSS issue when using it without escaping.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.agilecoders.wicket.jquery.Attr
Attr.Auto, Attr.MarkupId, Attr.NoSelector, Attr.NullValue, Attr.Plain, Attr.Quoted -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.agilecoders.wicket.jquery.Attr
charAt, equals, hashCode, isNullOrEmpty, length, noSelector, nullValue, subSequence, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
Plain
Construct.- Parameters:
selector- the jquery selector
-