Return to www.inductionframework.org

com.acciente.induction.view
Interface Text


public interface Text

This view interface should be implemented to output simple text to the browser.

Author:
Adinath Raveendra Raj

Method Summary
 java.lang.String getMimeType()
          This method should return the mime type of the text content
 java.lang.String getText()
          This method should return the text
 

Method Detail

getText

java.lang.String getText()
This method should return the text

Returns:
a text string

getMimeType

java.lang.String getMimeType()
This method should return the mime type of the text content

Returns:
a string representation of a mime type, e.g. text/html

Return to www.inductionframework.org

Copyright © 2008-2012 Acciente, LLC. All Rights Reserved.