Package emissary.transform
Class HtmlEscapePlace
- java.lang.Object
-
- emissary.place.ServiceProviderPlace
-
- emissary.transform.HtmlEscapePlace
-
- All Implemented Interfaces:
IServiceProviderPlace
,ServiceProviderPlaceMBean
@Deprecated public class HtmlEscapePlace extends ServiceProviderPlace
Deprecated.
-
-
Field Summary
-
Fields inherited from class emissary.place.ServiceProviderPlace
configG, denyList, dirPlace, heavyDutyMethodImplemented, keys, kff, localDirPlace, logger, myKey, placeName, processMethodImplemented, serviceCost, serviceDescription, serviceQuality, slogger
-
Fields inherited from interface emissary.place.IServiceProviderPlace
SPROUT_KEY
-
-
Constructor Summary
Constructors Constructor Description HtmlEscapePlace()
Deprecated.Create with the default configurationHtmlEscapePlace(String cfgInfo)
Deprecated.The test constructorHtmlEscapePlace(String cfgInfo, String dir, String placeLoc)
Deprecated.The remote constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
configurePlace()
Deprecated.Take care of special place configurationstatic String
makeString(byte[] s)
Deprecated.void
process(IBaseDataObject d)
Deprecated.Consume a dataObject and return a modified one.protected void
processCurrentForms(IBaseDataObject d)
Deprecated.protected void
processEncoding(IBaseDataObject d)
Deprecated.protected void
unescapeAltViews(IBaseDataObject d)
Deprecated.protected void
unescapeDocTitle(IBaseDataObject d)
Deprecated.protected void
unescapeSummary(IBaseDataObject d)
Deprecated.-
Methods inherited from class emissary.place.ServiceProviderPlace
addKey, addServiceProxy, agentProcessCall, agentProcessHeavyDuty, agentProcessHeavyDuty, changesPrimaryView, configureServicePlace, createsExtractedRecords, deregisterFromDirectory, dumpPlaceStats, dumpRunningConfig, getAgent, getAlternateViewsModified, getDirectoryEntry, getFileTypes, getKey, getKeys, getOutputForms, getParametersModified, getPlaceName, getPlaceStats, getPrimaryProxy, getProxies, getResourceLimitMillis, getRunningConfig, getTld, initKff, isDenied, loadConfigurator, loadConfigurator, loadConfigurator, nextKeys, nukeMyProxies, processHeavyDuty, register, register, registerWithDirectory, rehash, removeKey, removeServiceProxy, setLogger, setupPlace, shutDown, sproutsChildren, toString, unbindFromNamespace, verifyProcessImplementationProvided
-
-
-
-
Constructor Detail
-
HtmlEscapePlace
public HtmlEscapePlace(String cfgInfo, String dir, String placeLoc) throws IOException
Deprecated.The remote constructor- Throws:
IOException
-
HtmlEscapePlace
public HtmlEscapePlace(String cfgInfo) throws IOException
Deprecated.The test constructor- Throws:
IOException
-
HtmlEscapePlace
public HtmlEscapePlace() throws IOException
Deprecated.Create with the default configuration- Throws:
IOException
-
-
Method Detail
-
configurePlace
protected void configurePlace()
Deprecated.Take care of special place configuration
-
process
public void process(IBaseDataObject d)
Deprecated.Consume a dataObject and return a modified one.- Specified by:
process
in interfaceIServiceProviderPlace
- Overrides:
process
in classServiceProviderPlace
- Parameters:
d
- the payload to be processed
-
unescapeAltViews
protected void unescapeAltViews(IBaseDataObject d)
Deprecated.
-
unescapeSummary
protected void unescapeSummary(IBaseDataObject d)
Deprecated.
-
unescapeDocTitle
protected void unescapeDocTitle(IBaseDataObject d)
Deprecated.
-
processEncoding
protected void processEncoding(IBaseDataObject d)
Deprecated.
-
processCurrentForms
protected void processCurrentForms(IBaseDataObject d)
Deprecated.
-
makeString
public static String makeString(byte[] s)
Deprecated.
-
-