org.opencms.file.types
Class A_CmsResourceTypeLinkParseable

java.lang.Object
  extended by org.opencms.file.types.A_CmsResourceType
      extended by org.opencms.file.types.A_CmsResourceTypeLinkParseable
All Implemented Interfaces:
I_CmsConfigurationParameterHandler, I_CmsResourceType, I_CmsLinkParseable
Direct Known Subclasses:
CmsResourceTypeJsp, CmsResourceTypeXmlContent, CmsResourceTypeXmlPage

public abstract class A_CmsResourceTypeLinkParseable
extends A_CmsResourceType
implements I_CmsLinkParseable

Base implementation for resource types implementing the I_CmsLinkParseable interface.

Since:
6.5.0
Version:
$Revision: 1.7 $
Author:
Michael Moossen

Field Summary
 
Fields inherited from class org.opencms.file.types.A_CmsResourceType
CONFIGURATION_INTERNAL, m_addititionalModuleResourceType, m_className, m_copyResources, m_defaultProperties, m_frozen, m_mappings, m_typeId, m_typeName, MACRO_RESOURCE_FOLDER_PATH, MACRO_RESOURCE_FOLDER_PATH_TOUCH, MACRO_RESOURCE_NAME, MACRO_RESOURCE_PARENT_PATH, MACRO_RESOURCE_ROOT_PATH, MACRO_RESOURCE_SITE_PATH
 
Fields inherited from interface org.opencms.file.types.I_CmsResourceType
ADD_MAPPING_METHOD, ADD_RESOURCE_TYPE_METHOD, CONFIGURATION_PROPERTY_CREATE, CONFIGURATION_RESOURCE_TYPE_ID, CONFIGURATION_RESOURCE_TYPE_NAME, PROPERTY_ON_RESOURCE, PROPERTY_ON_STRUCTURE
 
Fields inherited from interface org.opencms.configuration.I_CmsConfigurationParameterHandler
ADD_PARAMETER_METHOD, INIT_CONFIGURATION_METHOD
 
Constructor Summary
A_CmsResourceTypeLinkParseable()
          Default constructor.
 
Method Summary
 boolean isDirectEditable()
          Returns true if this resource type is direct editable.
 
Methods inherited from class org.opencms.file.types.A_CmsResourceType
addConfigurationParameter, addCopyResource, addDefaultProperty, addMappingType, changeLock, chflags, chtype, copyResource, copyResourceToProject, createRelations, createResource, createSibling, deleteResource, equals, getCachePropertyDefault, getClassName, getConfiguration, getConfiguredCopyResources, getConfiguredDefaultProperties, getConfiguredMappings, getLoaderId, getMacroResolver, getResourceType, getTypeId, getTypeName, hashCode, importResource, initConfiguration, initConfiguration, initConfiguration, initialize, isAdditionalModuleResourceType, isFolder, isIdentical, lockResource, moveResource, processCopyResources, processDefaultProperties, removeResourceFromProject, replaceResource, restoreResource, restoreResourceBackup, setAdditionalModuleResourceType, setDateExpired, setDateLastModified, setDateReleased, toString, undelete, undoChanges, unlockResource, updateRelationForUndo, writeFile, writePropertyObject, writePropertyObjects
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opencms.relations.I_CmsLinkParseable
parseLinks
 

Constructor Detail

A_CmsResourceTypeLinkParseable

public A_CmsResourceTypeLinkParseable()
Default constructor.

Method Detail

isDirectEditable

public boolean isDirectEditable()
Description copied from interface: I_CmsResourceType
Returns true if this resource type is direct editable.

Specified by:
isDirectEditable in interface I_CmsResourceType
Overrides:
isDirectEditable in class A_CmsResourceType
Returns:
true if this resource type is direct editable
See Also:
I_CmsResourceType.isDirectEditable()