Uses of Class
org.owasp.encoder.UnsupportedContextException

Uses of UnsupportedContextException in org.owasp.encoder
 

Methods in org.owasp.encoder that throw UnsupportedContextException
static Encoder Encoders.forName(String contextName)
          Returns a new instance of an Encoder for the specified context.
 

Constructors in org.owasp.encoder that throw UnsupportedContextException
EncodedWriter(Writer out, String contextName)
          Creates an EncodedWriter that uses the specified encoder to encode all input before sending it to the wrapped writer.
 



Copyright © 2011-2013 OWASP (Open Web-Application Security Project). All Rights Reserved.