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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
doReadHTML()
Returns if a KString type should be HTML or PLAIN.boolean
doSendHTML()
Returns if the KString should be send to the remote party in HTML or not (i.e.
-
-
-
Method Detail
-
doSendHTML
boolean doSendHTML()
Returns if the KString should be send to the remote party in HTML or not (i.e. as a plain String).- Returns:
- true to send in HTML or PLAIN.
-
doReadHTML
boolean doReadHTML()
Returns if a KString type should be HTML or PLAIN.- Returns:
- true to create the KString in HTML or false to use PLAIN type.
-
-