com.adobe.icomm.assetplacement.model
Class AssetLoaderController

java.lang.Object
  extended by com.adobe.icomm.assetplacement.model.PackageElement
      extended by com.adobe.icomm.assetplacement.model.Controller
          extended by com.adobe.icomm.assetplacement.model.AssetLoaderController

public class AssetLoaderController
extends Controller

Thin wrapper class represents the <XMLDataLoader> and <AttachmentLoader> elements within a package definition file. It provides API to change the contentType + id (via base class).


Method Summary
 String getContentType()
          Get the content type that this controller supports.
 void setContentType(String value)
          Set the content type that this controller supports.
 
Methods inherited from class com.adobe.icomm.assetplacement.model.Controller
getControllerType, getID, setID, validate
 
Methods inherited from class com.adobe.icomm.assetplacement.model.PackageElement
getAttribute, getMetaData, remove, setAttribute, setMetaData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContentType

public String getContentType()
Get the content type that this controller supports.

Returns:
the content type supported by this controller.

setContentType

public void setContentType(String value)
Set the content type that this controller supports.

Parameters:
value - the new content type for this controller.


[an error occurred while processing this directive] [an error occurred while processing this directive]