Uses of Interface
com.academy.stratum.service.AntiSpamService
-
Packages that use AntiSpamService Package Description com.academy.stratum.service.impl com.academy.utils -
-
Uses of AntiSpamService in com.academy.stratum.service.impl
Classes in com.academy.stratum.service.impl that implement AntiSpamService Modifier and Type Class Description class
AntiSpamServiceImpl
Implementation ofAntiSpamService
interface -
Uses of AntiSpamService in com.academy.utils
Methods in com.academy.utils with parameters of type AntiSpamService Modifier and Type Method Description static boolean
HttpRequestUtils. antiSpamCheck(javax.servlet.http.HttpServletRequest request, AntiSpamService antiSpamService, java.lang.String operation)
Simple anti-spam protection methodstatic boolean
HttpRequestUtils. antiSpamCheck(javax.servlet.http.HttpServletRequest request, AntiSpamService antiSpamService, java.lang.String operation, java.lang.String data)
Simple anti-spam protection method
-