atg.userprofiling.email
Class MessageContentProcessor.UrlAndMimeType

java.lang.Object
  extended by atg.userprofiling.email.MessageContentProcessor.UrlAndMimeType
Enclosing class:
MessageContentProcessor

public static class MessageContentProcessor.UrlAndMimeType
extends java.lang.Object

Holds the URL and the last mime type of the template.


Method Summary
 java.lang.String getMimeType()
          Return the mime type from the last time the URL was rendered.
 java.lang.String getURL()
          The URL for the template.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getURL

public java.lang.String getURL()
The URL for the template.


getMimeType

public java.lang.String getMimeType()
Return the mime type from the last time the URL was rendered. May contain charset data.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object