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
SourceFactoryfor 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:AttributeSourceFactoryGet model aware data aware ametys object- Overrides:
_getModelAwareDataAwareAmetysObjectin classAttributeSourceFactory- Returns:
- model aware data aware ametys object
-
_getURI
protected String _getURI(String location)
Description copied from class:AttributeSourceFactoryGet URI- Overrides:
_getURIin classAttributeSourceFactory- Parameters:
location- the location- Returns:
- the uri
-
-