org.jenkinsci.plugins.escapedmarkup
クラス EscapedMarkupFormatter

java.lang.Object
  上位を拡張 hudson.model.AbstractDescribableImpl<hudson.markup.MarkupFormatter>
      上位を拡張 hudson.markup.MarkupFormatter
          上位を拡張 org.jenkinsci.plugins.escapedmarkup.EscapedMarkupFormatter
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.markup.MarkupFormatter>

public class EscapedMarkupFormatter
extends hudson.markup.MarkupFormatter

作成者:
Seiji Sogabe

入れ子のクラスの概要
static class EscapedMarkupFormatter.DescriptorImpl
           
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
EscapedMarkupFormatter()
           
 
メソッドの概要
 void translate(String markup, Writer output)
           
 
クラス hudson.markup.MarkupFormatter から継承されたメソッド
getDescriptor, getHelpUrl, translate
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EscapedMarkupFormatter

@DataBoundConstructor
public EscapedMarkupFormatter()
メソッドの詳細

translate

public void translate(String markup,
                      Writer output)
               throws IOException
定義:
クラス hudson.markup.MarkupFormatter 内の translate
例外:
IOException


Copyright © 2004-2011. All Rights Reserved.