org.opoo.press.impl
类 ContextImpl

java.lang.Object
  继承者 org.opoo.press.impl.ContextImpl
所有已实现的接口:
Context

public class ContextImpl
extends java.lang.Object
implements Context

作者:
Alex Lin

构造方法摘要
ContextImpl()
           
 
方法摘要
<T> T
get(java.lang.String name, java.lang.Class<T> clazz)
           
 SiteManager getSiteManager()
           
 SourceEntryLoader getSourceEntryLoader()
           
 SourceManager getSourceManager()
           
 SourceParser getSourceParser()
           
 org.yaml.snakeyaml.Yaml getYaml()
           
 void initialize()
           
 void set(java.lang.String name, java.lang.Object bean)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ContextImpl

public ContextImpl()
方法详细信息

initialize

public void initialize()

getSiteManager

public SiteManager getSiteManager()
指定者:
接口 Context 中的 getSiteManager

getSourceEntryLoader

public SourceEntryLoader getSourceEntryLoader()
指定者:
接口 Context 中的 getSourceEntryLoader

getSourceParser

public SourceParser getSourceParser()
指定者:
接口 Context 中的 getSourceParser

getYaml

public org.yaml.snakeyaml.Yaml getYaml()
指定者:
接口 Context 中的 getYaml

getSourceManager

public SourceManager getSourceManager()
指定者:
接口 Context 中的 getSourceManager

get

public <T> T get(java.lang.String name,
                 java.lang.Class<T> clazz)
指定者:
接口 Context 中的 get

set

public void set(java.lang.String name,
                java.lang.Object bean)


Copyright © 2013 Opoo.org. All Rights Reserved.