Class TaskAttributeSourceFactory
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.cms.content.AttributeSourceFactory
-
- org.ametys.plugins.workspaces.tasks.attachments.TaskAttributeSourceFactory
-
- All Implemented Interfaces:
LogEnabled
,Component
,Contextualizable
,Serviceable
,ThreadSafe
,SourceFactory
public class TaskAttributeSourceFactory extends AttributeSourceFactory
SourceFactory
for tasks attributes.
-
-
Field Summary
-
Fields inherited from class org.ametys.cms.content.AttributeSourceFactory
_context, _resolver, ATTRIBUTE_SCHEME
-
Fields inherited from interface org.apache.excalibur.source.SourceFactory
ROLE
-
-
Constructor Summary
Constructors Constructor Description TaskAttributeSourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ModelAwareDataAwareAmetysObject
_getModelAwareDataAwareAmetysObject()
Get model aware data aware ametys objectprotected String
_getURI(String location)
Get URI-
Methods inherited from class org.ametys.cms.content.AttributeSourceFactory
_getBinary, contextualize, getSource, release, service
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
TaskAttributeSourceFactory
public TaskAttributeSourceFactory()
-
-
Method Detail
-
_getModelAwareDataAwareAmetysObject
protected ModelAwareDataAwareAmetysObject _getModelAwareDataAwareAmetysObject()
Description copied from class:AttributeSourceFactory
Get model aware data aware ametys object- Overrides:
_getModelAwareDataAwareAmetysObject
in classAttributeSourceFactory
- Returns:
- model aware data aware ametys object
-
_getURI
protected String _getURI(String location)
Description copied from class:AttributeSourceFactory
Get URI- Overrides:
_getURI
in classAttributeSourceFactory
- Parameters:
location
- the location- Returns:
- the uri
-
-