Replies from DWR are shown with a yellow background if they are simple or in an alert box otherwise.
The inputs are evaluated as Javascript so strings must be quoted before execution.
There are 25 declared methods:
getCalcDigitoModulo10(
);
getCalcDigitoModulo11(
);
setRequests(
);
getChkEMail(
,
);
getChkSMS(
,
);
getCheckEmpregadosSemDireito(
,
,
,
,
);
getChkCodigoBarrasBoletos(
,
);
distinctByKey(
);
(Warning: No Converter for java.util.function.Function. See below) (Warning: No Converter for java.util.function.Predicate. See below)
getVerifyCep(
,
);
getParametrosDownload(
);
getDataDownload(
);
(Warning: No Converter for java.io.ByteArrayOutputStream. See below)
getAPI(
,
,
);
(Warning: No Converter for java.io.File. See below)
sendPix(
,
,
);
main(
);
clear(
);
addHeader(
,
);
wait() is not available: Methods defined in java.lang.Object are not accessible
wait() is not available: Methods defined in java.lang.Object are not accessible
wait() is not available: Methods defined in java.lang.Object are not accessible
equals() is not available: Methods defined in java.lang.Object are not accessible
toString() is not available: Methods defined in java.lang.Object are not accessible
hashCode() is not available: Methods defined in java.lang.Object are not accessible
getClass() is not available: Methods defined in java.lang.Object are not accessible
notify() is not available: Methods defined in java.lang.Object are not accessible
notifyAll() is not available: Methods defined in java.lang.Object are not accessible
dwr.xml does not have an allow entry that enables conversion of this type to
Javascript. The most common cause of this problem is that XXX is a java bean
and bean marshalling has not been enabled. Bean marshalling is disabled by
default for security reasons.
To enable marshalling for a given bean add the following line to the allow
section of your dwr.xml file:
<convert converter="bean" match="XXX"/>
It is also possible to enable marshalling for an entire package or hierachy
of packages using the following:
Javascript does not support overloaded methods, so the javascript file
generated from this class will contain to methods the second of which will
replace the first. This is probably not what you wanted.
It is best to avoid overloaded methods when using DWR.