Package com.iizix.prop
Interface IKStringPropOwner
public interface IKStringPropOwner
Interface that can be implemented by a property container that contains KStringProp's in order to send the KString's as HTML or plain text to the remote party.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionboolean
doReadHTML
(KStringProp ksp) Returns if a KString type should be HTML or PLAIN.boolean
doSendHTML
(KStringProp ksp) Returns if the KString should be send to the remote party in HTML or not (i.e.
Method Details
doSendHTML
Returns if the KString should be send to the remote party in HTML or not (i.e. as a plain String).- Parameters:
ksp
- The KString property.- Returns:
- true to send in HTML or PLAIN.
doReadHTML
Returns if a KString type should be HTML or PLAIN.- Parameters:
ksp
- The KString property.- Returns:
- true to create the KString in HTML or false to use PLAIN type.