ContentBucket.PreviewInfo Class

com.bea.p13n.placeholder
ContentBucket.PreviewInfo Class

public static class ContentBucket.PreviewInfo

    extends Object
    implements Serializable

Class that captures the information from the preview.


Hierarchy
Object
  ContentBucket.PreviewInfo
All Implemented Interfaces

Serializable
Enclosing interface

ContentBucket

Field Summary

public String
content
The XHTML string content
public String
identifier
The content identifier
public boolean
isFolder
Is the content a folder?
public String
mimeType
The content mimeType
public String
path
The content path.
public int
size
The content size
public int
weight
The weight of the content
 

Constructor Summary

ContentBucket.PreviewInfo()

 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

content

public String content
The XHTML string content


identifier

public String identifier
The content identifier


isFolder

public boolean isFolder
Is the content a folder?


mimeType

public String mimeType
The content mimeType


path

public String path
The content path.


size

public int size
The content size


weight

public int weight
The weight of the content

 

Constructor Detail

ContentBucket.PreviewInfo

public ContentBucket.PreviewInfo()