Uses of Class
br.ufsc.labsec.web.exceptions.ApiMisusageException
Package | Description |
---|---|
br.ufsc.labsec.web | |
br.ufsc.labsec.web.exceptions |
-
Uses of ApiMisusageException in br.ufsc.labsec.web
Methods in br.ufsc.labsec.web that throw ApiMisusageException Modifier and Type Method Description R
ReqItem.ApiFunction. apply(T t)
List<jakarta.servlet.http.Part>
RequestParameterProcessor. getPart(String name)
T
ReqItem. getValue()
Retorna o valor do parâmetroT
ReqItem. getValueOrElse(T defaultValue)
Retorna o valor do parâmetro ou um valor padrão se o parâmetro não estiver presente na requisiçãoInputStream
RequestParameterProcessor. partToStream(jakarta.servlet.http.Part part)
-
Uses of ApiMisusageException in br.ufsc.labsec.web.exceptions
Methods in br.ufsc.labsec.web.exceptions that return ApiMisusageException Modifier and Type Method Description static ApiMisusageException
ApiMisusageException. invalidParam(String param)
static ApiMisusageException
ApiMisusageException. missingMandatoryParam(String param)