org.codefirst
クラス SimpleThemeDecorator

java.lang.Object
  上位を拡張 hudson.model.Descriptor<hudson.model.PageDecorator>
      上位を拡張 hudson.model.PageDecorator
          上位を拡張 org.codefirst.SimpleThemeDecorator
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.PageDecorator>, hudson.model.Saveable

@Extension
public class SimpleThemeDecorator
extends hudson.model.PageDecorator


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 
クラス hudson.model.PageDecorator から継承されたフィールド
ALL
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
SimpleThemeDecorator()
           
 
メソッドの概要
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 java.lang.String getCssUrl()
           
 java.lang.String getJsUrl()
           
 
クラス hudson.model.PageDecorator から継承されたメソッド
all, getDescriptor, getDisplayName, getUrl
 
クラス hudson.model.Descriptor から継承されたメソッド
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SimpleThemeDecorator

public SimpleThemeDecorator()
メソッドの詳細

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject formData)
                  throws hudson.model.Descriptor.FormException
オーバーライド:
クラス hudson.model.Descriptor<hudson.model.PageDecorator> 内の configure
例外:
hudson.model.Descriptor.FormException

getCssUrl

public java.lang.String getCssUrl()

getJsUrl

public java.lang.String getJsUrl()


Copyright © 2004-2011. All Rights Reserved.