com.webhydra.slug.process
Class AbstractProcessStatusTranslator

java.lang.Object
  extended by com.webhydra.slug.process.AbstractSlugService
      extended by com.webhydra.slug.process.AbstractProcessStatusTranslator
All Implemented Interfaces:
IProcessStatusTranslator, ISlugService
Direct Known Subclasses:
AbstractXmlProcessStatusTranslator, JavaScriptProcessStatusTranslator

public abstract class AbstractProcessStatusTranslator
extends AbstractSlugService
implements IProcessStatusTranslator

Abstract IProcessStatusTranslator implementation

Author:
rossen

Field Summary
protected  java.lang.String contentType
          Holds value of property contentType.
 
Fields inherited from class com.webhydra.slug.process.AbstractSlugService
setup
 
Constructor Summary
AbstractProcessStatusTranslator()
           
 
Method Summary
 java.lang.String getContentType()
          Getter for property contentType.
protected  void setContentType(java.lang.String contentType)
          Setter for property contentType.
 
Methods inherited from class com.webhydra.slug.process.AbstractSlugService
getParams, init, prepare, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.webhydra.slug.process.IProcessStatusTranslator
getClassDef, translate
 
Methods inherited from interface com.webhydra.slug.process.ISlugService
init, prepare, release
 

Field Detail

contentType

protected java.lang.String contentType
Holds value of property contentType.

Constructor Detail

AbstractProcessStatusTranslator

public AbstractProcessStatusTranslator()
Method Detail

getContentType

public java.lang.String getContentType()
Getter for property contentType.

Specified by:
getContentType in interface IProcessStatusTranslator
Returns:
Value of property contentType.

setContentType

protected void setContentType(java.lang.String contentType)
Setter for property contentType.

Parameters:
contentType - New value of property contentType.