org.tynamo.blob
Class BlobAsset

java.lang.Object
  extended by org.apache.tapestry5.internal.services.AbstractAsset
      extended by org.tynamo.blob.BlobAsset
All Implemented Interfaces:
org.apache.tapestry5.Asset, org.apache.tapestry5.Asset2

public class BlobAsset
extends org.apache.tapestry5.internal.services.AbstractAsset

An implementation of AbstractAsset for assets that are entity properties.


Constructor Summary
BlobAsset(BlobDownloadService chartService, TynamoPropertyDescriptor propertyDescriptor, Serializable id)
           
BlobAsset(boolean invariant)
           
 
Method Summary
 String buildURL()
           
 Serializable getId()
           
 TynamoPropertyDescriptor getPropertyDescriptor()
           
 org.apache.tapestry5.ioc.Resource getResource()
           
 InputStream getResourceAsStream()
           
 String toClientURL()
           
 
Methods inherited from class org.apache.tapestry5.internal.services.AbstractAsset
isInvariant, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlobAsset

public BlobAsset(boolean invariant)

BlobAsset

public BlobAsset(BlobDownloadService chartService,
                 TynamoPropertyDescriptor propertyDescriptor,
                 Serializable id)
Method Detail

getPropertyDescriptor

public TynamoPropertyDescriptor getPropertyDescriptor()

getId

public Serializable getId()

buildURL

public String buildURL()

getResourceAsStream

public InputStream getResourceAsStream()

toClientURL

public String toClientURL()

getResource

public org.apache.tapestry5.ioc.Resource getResource()


Copyright © 2004-2009. All Rights Reserved.