com.plumtree.server
Interface IPTTransformer


Deprecated.

public interface IPTTransformer

For internal use only.

Author:
JosephS

Method Summary
 java.lang.String GetDescription()
          Deprecated.  
 java.lang.String GetName()
          Deprecated.  
 void Initialize(com.plumtree.openfoundation.util.IXPPropertyBag pbagConfigurationInfo)
          Deprecated.  
 java.lang.Object[][] TransformText(byte[] vText, java.lang.String bstrSourceURL, IPTState pAppInfo)
          Deprecated.  
 java.lang.Object[][] TransformText(java.lang.String vText, java.lang.String bstrSourceURL, IPTState pAppInfo)
          Deprecated.  
 

Method Detail

Initialize

void Initialize(com.plumtree.openfoundation.util.IXPPropertyBag pbagConfigurationInfo)
Deprecated. 

TransformText

java.lang.Object[][] TransformText(java.lang.String vText,
                                   java.lang.String bstrSourceURL,
                                   IPTState pAppInfo)
Deprecated. 

TransformText

java.lang.Object[][] TransformText(byte[] vText,
                                   java.lang.String bstrSourceURL,
                                   IPTState pAppInfo)
Deprecated. 

GetName

java.lang.String GetName()
Deprecated. 

GetDescription

java.lang.String GetDescription()
Deprecated. 


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.