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
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
-
Method Summary
Modifier and TypeMethodDescriptiongetContentTypes
(Request request, boolean withResources) Get the content types id to search forMethods 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 Details
-
GetCommonAttributesAction
public GetCommonAttributesAction()
-
-
Method Details
-
getContentTypes
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
-