Class DocProcessContext
java.lang.Object
org.fugerit.java.core.lang.helpers.AttributeHolderDefault
org.fugerit.java.core.util.filterchain.MiniFilterContext
org.fugerit.java.doc.base.process.DocProcessContext
- All Implemented Interfaces:
Serializable,org.fugerit.java.core.lang.helpers.AttributesHolder
public class DocProcessContext
extends org.fugerit.java.core.util.filterchain.MiniFilterContext
implements Serializable, org.fugerit.java.core.lang.helpers.AttributesHolder
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic DocProcessContextstatic DocProcessContextnewContext(String key, Object value) static DocProcessContextnewContext(Map<String, Object> initValues) withDocBase(DocBase docBase) withDocInput(DocInput docInput) withDocType(String type) withSourceType(int sourceType) Methods inherited from class org.fugerit.java.core.util.filterchain.MiniFilterContext
getChainId, getCustomConfig, getExHandler, setChainId, setExHandlerMethods inherited from class org.fugerit.java.core.lang.helpers.AttributeHolderDefault
containsAttribute, getAttribute, keySet, removeAttribute, setAll, setAttribute, toMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fugerit.java.core.lang.helpers.AttributesHolder
getAttribute, setAttribute
-
Field Details
-
ATT_NAME_DOC_BASE
- See Also:
-
ATT_NAME_DOC_TYPE
- See Also:
-
-
Constructor Details
-
DocProcessContext
public DocProcessContext()
-
-
Method Details
-
withSourceType
-
withDocInput
-
withDocBase
-
withDocType
-
withAtt
-
newContext
-
newContext
-
newContext
-
getSourceType
public int getSourceType()
-