Uses of Class
com.jsql.model.injection.method.AbstractMethodInjection
Package
Description
-
Uses of AbstractMethodInjection in com.jsql.model.injection.method
Modifier and TypeMethodDescriptionMediatorMethod.getHeader()
MediatorMethod.getQuery()
MediatorMethod.getRequest()
-
Uses of AbstractMethodInjection in com.jsql.util
Modifier and TypeMethodDescriptionvoid
ParameterUtil.controlInput
(String urlQuery, String rawRequest, String rawHeader, AbstractMethodInjection methodInjection, String typeRequest, boolean isScanning) Send each parameters from the GUI to the model in order to start the preparation of injection, the injection process is started in a new thread via model function inputValidation().void
ConnectionUtil.setMethodInjection
(AbstractMethodInjection methodInjection) boolean
JsonUtil.testJsonParam
(AbstractMethodInjection methodInjection, AbstractMap.SimpleEntry<String, String> paramStar) ConnectionUtil.withMethodInjection
(AbstractMethodInjection methodInjection) -
Uses of AbstractMethodInjection in com.jsql.view.swing.list
-
Uses of AbstractMethodInjection in com.jsql.view.swing.panel
Modifier and TypeMethodDescriptionvoid
PanelAddressBar.setMethodInjection
(AbstractMethodInjection methodInjection) -
Uses of AbstractMethodInjection in com.jsql.view.swing.radio
ModifierConstructorDescriptionRadioLinkMethod
(String string, boolean isSelected, AbstractMethodInjection method) A default radio label selected.