| org.apache.struts2.showcase.source.ViewSourceAction
ViewSourceAction | public class ViewSourceAction extends ActionSupport implements ServletContextAware(Code) | | Processes configuration, page, and action class paths to create snippets
of the files for display.
|
getClassLines | public List getClassLines()(Code) | | the classLines |
getClassName | public String getClassName()(Code) | | the className |
getConfigLine | public int getConfigLine()(Code) | | the configLine |
getConfigLines | public List getConfigLines()(Code) | | the configLines |
getPadding | public int getPadding()(Code) | | the padding |
getPageLines | public List getPageLines()(Code) | | the pageLines |
setClassName | public void setClassName(String className)(Code) | | Parameters: className - the className to set |
setConfig | public void setConfig(String config)(Code) | | Parameters: config - the config to set |
setPadding | public void setPadding(int padding)(Code) | | Parameters: padding - the padding to set |
setPage | public void setPage(String page)(Code) | | Parameters: page - the page to set |
|
|