© 2005 BEA Systems, Inc.

com.bea.p13n.placeholder
Class ContentBucket.PreviewInfo

java.lang.Object
  extended bycom.bea.p13n.placeholder.ContentBucket.PreviewInfo
All Implemented Interfaces:
Serializable
Enclosing class:
ContentBucket

public static class ContentBucket.PreviewInfo
extends Object
implements Serializable

Class that captures the information from the preview.

See Also:
Serialized Form

Field Summary
 String content
          The XHTML string content
 String identifier
          Deprecated. No longer used, use path instead.
 boolean isFolder
          Is the content a folder?
 String mimeType
          The content mimeType
 String path
          The content path.
 int size
          The content size
 int weight
          The weight of the content
 
Constructor Summary
ContentBucket.PreviewInfo()
           
 
Methods inherited 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
Deprecated. No longer used, use path instead.

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()

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved