Package org.ametys.runtime.i18n
Interface I18nizableTextParameter
-
- All Known Implementing Classes:
I18nizableDate
,I18nizableDateTime
,I18nizableText
public interface I18nizableTextParameter
Interface for parameters forI18nizableText
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
toSAXAsParam(ContentHandler handler)
Represents thisI18nizableTextParameter
as SAX events for anI18nizableText
parameter.
-
-
-
Method Detail
-
toSAXAsParam
void toSAXAsParam(ContentHandler handler) throws SAXException
Represents thisI18nizableTextParameter
as SAX events for anI18nizableText
parameter.- Parameters:
handler
- the SAX content handler- Throws:
SAXException
- if an error occurs
-
-