Class GetCommonAttributesAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.cms.contenttype.GetCommonAttributesAction
-
- org.ametys.plugins.userdirectory.synchronize.GetCommonAttributesAction
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,Action
public class GetCommonAttributesAction extends GetCommonAttributesAction
This impl cheats on the list on content types by calculating it itself
-
-
Field Summary
-
Fields inherited from class org.ametys.cms.contenttype.GetCommonAttributesAction
__ALLOW_ENUMERATED, __ALLOW_NOT_ENUMERATED, __NOT_SORTABLE_TYPE_IDS, _contentTypeExtensionPoint, _contentTypesHelper, _i18nUtils
-
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
-
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
-
Constructor Summary
Constructors Constructor Description GetCommonAttributesAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<String>
getContentTypes(Request request, boolean withResources)
Get the content types id to search for-
Methods inherited from class org.ametys.cms.contenttype.GetCommonAttributesAction
_getAcceptedTypesWithProperties, _isInARepeater, _modelItemPassesConditions, _passesAcceptedTypesCondition, act, getAllAvailablesContentTypes, getCommonModelItemsInfo, getModelItemFullLabel, getModelItemInfo, handleSpecificInfo, service
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Constructor Detail
-
GetCommonAttributesAction
public GetCommonAttributesAction()
-
-
Method Detail
-
getContentTypes
protected Set<String> getContentTypes(Request request, boolean withResources)
Description copied from class:GetCommonAttributesAction
Get the content types id to search for- Overrides:
getContentTypes
in classGetCommonAttributesAction
- Parameters:
request
- the requestwithResources
- is there at least one resource ?- Returns:
- the content types
-
-