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
 String getMimeType()
          This method should return the mime type of the text content
 String getText()
          This method should return the text
 

Method Detail

getText

String getText()
This method should return the text

Returns:
a text string

getMimeType

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


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