|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValidator
IValidator
Method Summary | |
---|---|
java.lang.String |
getUI(javax.servlet.http.HttpServletRequest request,
int nIdForm)
Returns the validator interface |
boolean |
isAssociatedWithForm(int nIdForm)
Checks if the validator is associated with the form |
void |
removeAssociationsWithForm(int nIdForm)
Removes the associations with the form |
void |
validateForm(javax.servlet.http.HttpServletRequest request,
FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Validates the form |
Method Detail |
---|
java.lang.String getUI(javax.servlet.http.HttpServletRequest request, int nIdForm)
request
- HttpServletRequest
nIdForm
- the form id
boolean isAssociatedWithForm(int nIdForm)
nIdForm
- the form id
void removeAssociationsWithForm(int nIdForm)
nIdForm
- the form idvoid validateForm(javax.servlet.http.HttpServletRequest request, FormSubmit formSubmit, fr.paris.lutece.portal.service.plugin.Plugin plugin) throws fr.paris.lutece.portal.service.message.SiteMessageException
request
- HttpServletRequest
formSubmit
- the form submitplugin
- the plugin
fr.paris.lutece.portal.service.message.SiteMessageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |