public class UiEngineTinyProcessor extends AbstractTinyProcessor
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_CONTROL_NAME |
static String |
CSS_NAME_PARAM |
static String |
JS_NAME_PARAM |
static String |
UI_STORAGE_TYPE |
processorName, tinyProcessorConfig
TINY_PROCESSOR
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
UiEngineTinyProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
customInit() |
FullContextFileRepository |
getFullContextFileRepository() |
UIComponentManager |
getUiComponentManager() |
UiCssManager |
getUiCssManager() |
void |
reallyProcess(String servletPath,
WebContext context)
tinyprocessor的逻辑处理方法,由子类来完成
|
void |
setFullContextFileRepository(FullContextFileRepository fullContextFileRepository) |
void |
setUiComponentManager(UIComponentManager uiComponentManager) |
void |
setUiCssManager(UiCssManager uiCssManager) |
destroy, get, getInitParamMap, getOrder, getProcessorName, init, isMatch, process, setProcessorName
public static final String UI_STORAGE_TYPE
public static final String CACHE_CONTROL_NAME
public static final String JS_NAME_PARAM
public static final String CSS_NAME_PARAM
public UIComponentManager getUiComponentManager()
public void setUiComponentManager(UIComponentManager uiComponentManager)
public FullContextFileRepository getFullContextFileRepository()
public void setFullContextFileRepository(FullContextFileRepository fullContextFileRepository)
public UiCssManager getUiCssManager()
public void setUiCssManager(UiCssManager uiCssManager)
public void reallyProcess(String servletPath, WebContext context) throws javax.servlet.ServletException, IOException
AbstractTinyProcessor
reallyProcess
in class AbstractTinyProcessor
javax.servlet.ServletException
IOException
protected void customInit() throws javax.servlet.ServletException
customInit
in class AbstractTinyProcessor
javax.servlet.ServletException
Copyright © 2006–2018 TinyGroup. All rights reserved.