
com.github.eljah.utils.ResourceGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xssverifier Show documentation
Show all versions of xssverifier Show documentation
XSS Verifier is a library for verifying that the web application is XSS-free with Selenium
The newest version!
package com.github.eljah.utils;
import fi.iki.elonen.NanoHTTPD;
/**
* Created by Ilya Evlampiev on 21.06.15.
*/
public interface ResourceGenerator {
String getResource();
NanoHTTPD.Response responceOfResource();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy