wt.content
Class ContentHTTPStreamHelper

java.lang.Object
  extended bywt.content.ContentHTTPStreamHelper

public class ContentHTTPStreamHelper
extends Object

Deprecation Notice: This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten using a different framework in an upcoming release. This class can be used with ContentHTTPStream to attach content to a ContentHolder.

Supported API: false

Extendable: false

See Also:
"'Customizing the HTML Client' in 'Customizer's Guide'", ContentHTTPStream, ContentHolder

Field Summary
(package private) static ContentHTTPStream contentStream
          Deprecated.  
private static boolean DEBUG
          Deprecated.  
private static String RESOURCE
          Deprecated.  
 
Constructor Summary
ContentHTTPStreamHelper()
          Deprecated.  
 
Method Summary
private static void PP(String message)
          Deprecated.  
static void processContentStream(ContentHolder holder, ContentHTTPStream cs)
          Deprecated. Used to attach the content from the stream to a persisted ContentHolder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentStream

static ContentHTTPStream contentStream
Deprecated. 

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

DEBUG

private static boolean DEBUG
Deprecated. 
Constructor Detail

ContentHTTPStreamHelper

public ContentHTTPStreamHelper()
Deprecated. 
Method Detail

processContentStream

public static void processContentStream(ContentHolder holder,
                                        ContentHTTPStream cs)
                                 throws WTException,
                                        ContentException,
                                        IOException,
                                        PropertyVetoException
Deprecated. 
Used to attach the content from the stream to a persisted ContentHolder.

Supported API: true

Throws:
WTException
ContentException
IOException
PropertyVetoException

PP

private static void PP(String message)
Deprecated.