Package de.xima.fc.gui.validator
Class ResourceUrlValidator
- java.lang.Object
-
- de.xima.fc.gui.common.utils.msg.I18nUtils
-
- de.xima.fc.gui.common.utils.msg.MessageUtils
-
- de.xima.fc.gui.common.utils.msg.AMessaging
-
- de.xima.fc.gui.validator.ResourceUrlValidator
-
- All Implemented Interfaces:
Serializable
,EventListener
,javax.faces.validator.Validator
public class ResourceUrlValidator extends AMessaging implements javax.faces.validator.Validator
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
URL_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors Constructor Description ResourceUrlValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
throwError(javax.faces.component.UIComponent component)
void
validate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msg
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
-
-
-
Field Detail
-
URL_TYPE_ATTRIBUTE
public static final String URL_TYPE_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public void validate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value) throws javax.faces.validator.ValidatorException
- Specified by:
validate
in interfacejavax.faces.validator.Validator
- Throws:
javax.faces.validator.ValidatorException
-
throwError
public void throwError(javax.faces.component.UIComponent component) throws javax.faces.validator.ValidatorException
- Throws:
javax.faces.validator.ValidatorException
-
-