Uses of Class
fr.gedeon.telnetservice.OutputFormatException

Packages that use OutputFormatException
fr.gedeon.telnetservice This package homes the core components of the telnetservice. 
 

Uses of OutputFormatException in fr.gedeon.telnetservice
 

Methods in fr.gedeon.telnetservice that throw OutputFormatException
 String OutputFormatDefaultImpl.format(SessionState sessionState, Object subject)
           
 String OutputFormat.format(SessionState sessionState, Object subject)
          Format the given subject for output based on rules that are implementation specific.
 String OutputFormatDefaultImpl.format(SessionState sessionState, Object subject, String indent)
           
 String OutputFormat.format(SessionState sessionState, Object subject, String indent)
          Format the given subject for output based on rules that are implementation specific.
 StringBuffer OutputFormatDefaultImpl.format(SessionState sessionState, StringBuffer buffer, Object subject)
           
 StringBuffer OutputFormat.format(SessionState sessionState, StringBuffer buffer, Object subject)
          Format the given subject for output based on rules that are implementation specific.
This version of the signature allows the caller to provide a buffer for this output format implementation to append to.
 StringBuffer OutputFormatVelocityImpl.format(SessionState sessionState, StringBuffer buffer, Object subject, String indent)
          Uses the velocity template associated with the given subject to append this subject's representation to the buffer.
The template is given the following context: outputFormat holds this instance, subject the subject to be represented, and indent the suggested indent to affect each lined
 StringBuffer OutputFormatDefaultImpl.format(SessionState sessionState, StringBuffer buffer, Object subject, String indent)
           
 StringBuffer OutputFormat.format(SessionState sessionState, StringBuffer buffer, Object subject, String indent)
          Format the given subject for output based on rules that are implementation specific.
This version of the signature allows the caller to provide a buffer for this output format implementation to append to.
 



Copyright © 2008. All Rights Reserved.