org.jenkinsci.plugins
Class UnsafeMarkupFormatter

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.markup.MarkupFormatter>
      extended by hudson.markup.MarkupFormatter
          extended by org.jenkinsci.plugins.UnsafeMarkupFormatter
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.markup.MarkupFormatter>

public class UnsafeMarkupFormatter
extends hudson.markup.MarkupFormatter

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class UnsafeMarkupFormatter.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
UnsafeMarkupFormatter()
           
 
Method Summary
 void translate(String markup, Writer output)
           
 
Methods inherited from class hudson.markup.MarkupFormatter
getDescriptor, getHelpUrl, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsafeMarkupFormatter

@DataBoundConstructor
public UnsafeMarkupFormatter()
Method Detail

translate

public void translate(String markup,
                      Writer output)
               throws IOException
Specified by:
translate in class hudson.markup.MarkupFormatter
Throws:
IOException


Copyright © 2004-2012. All Rights Reserved.