org.rcfaces.core.validator
Interface IClientValidatorContext
public interface IClientValidatorContext
- Version:
- $Revision: 1.2 $ $Date: 2009/03/04 10:10:59 $
- Author:
- Olivier Oeuillot (latest modification by $Author: oeuillot $)
getFacesContext
FacesContext getFacesContext()
getComponentRenderContext
org.rcfaces.core.internal.renderkit.IComponentRenderContext getComponentRenderContext()
getParameters
IParameter[] getParameters()
setInputValue
void setInputValue(String input)
setOutputValue
void setOutputValue(String output)
getInput
String getInput()
getOutputValue
String getOutputValue()
setLastError
void setLastError(String summary,
String detail,
FacesMessage.Severity severity)
getLastErrorSummary
String getLastErrorSummary()
getLastErrorDetail
String getLastErrorDetail()
getLastErrorSeverity
FacesMessage.Severity getLastErrorSeverity()
containsAttribute
boolean containsAttribute(String key)
getAttribute
Object getAttribute(String key)
setAttribute
Object setAttribute(String key,
Object value)
removeAttribute
Object removeAttribute(String key)
Copyright © 2006-2011 Vedana. All Rights Reserved.