Package com.iizix.prop
Class PropMgrInfoProviderAdapter
- java.lang.Object
- com.iizix.prop.PropMgrInfoProviderAdapter
- All Implemented Interfaces:
IPropMgrInfoProvider
,IKStringInfoProvider
public abstract class PropMgrInfoProviderAdapter extends java.lang.Object implements IPropMgrInfoProvider
Abstract adapter for the Property Manager Information Provider.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description PropMgrInfoProviderAdapter()
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
doAddReference()
Gets the flag for adding the reference string in an attribute when editing the KString.java.lang.String
getHTTPServer()
Gets the HTTP Server string prefix including port.abstract IImageTarget
getImageTarget(java.lang.String ref)
Gets the image reference.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iizix.text.IKStringInfoProvider
getDPR, getResolveReferenceProperty, getResourcePrefix, getTargetLanguageCode, installFont, installFonts, installFonts, shouldResolve
Methods inherited from interface com.iizix.prop.IPropMgrInfoProvider
cacheSVG
Method Detail
getHTTPServer
public java.lang.String getHTTPServer()
Gets the HTTP Server string prefix including port.- Specified by:
getHTTPServer
in interfaceIKStringInfoProvider
- Returns:
- The "HTTP[S]//server[:port]" String or null for none. This adapter returns "".
getImageTarget
public abstract IImageTarget getImageTarget(java.lang.String ref)
Gets the image reference. This method must be implemented by subclasses.- Specified by:
getImageTarget
in interfaceIKStringInfoProvider
- Parameters:
ref
- The image definition reference string.- Returns:
- The image found, or null if not found.
doAddReference
public boolean doAddReference()
Gets the flag for adding the reference string in an attribute when editing the KString.- Specified by:
doAddReference
in interfaceIKStringInfoProvider
- Returns:
- false, the adapter always returns false.