de.agilecoders.wicket.jquery
Class Attr.Plain

java.lang.Object
  extended by de.agilecoders.wicket.jquery.Attr
      extended by de.agilecoders.wicket.jquery.Attr.Plain
All Implemented Interfaces:
CharSequence
Direct Known Subclasses:
Attr.NullValue
Enclosing class:
Attr

public static class Attr.Plain
extends 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class de.agilecoders.wicket.jquery.Attr
Attr.Auto, Attr.MarkupId, Attr.NullValue, Attr.Plain, Attr.Quoted
 
Constructor Summary
protected Attr.Plain(CharSequence selector)
          Construct.
 
Method Summary
 
Methods inherited from class de.agilecoders.wicket.jquery.Attr
charAt, equals, hashCode, isNullOrEmpty, length, nullValue, subSequence, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attr.Plain

protected Attr.Plain(CharSequence selector)
Construct.

Parameters:
selector - the jquery selector


Copyright © 2017. All Rights Reserved.