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
| 从类 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.