@StrictBinding
@UrlBinding(value="/action/serviceUsageMatrix/{$event}")
public class ServiceUsageMatrixActionBean
extends Object
implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
ServiceUsageMatrixActionBean() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.poi.xssf.usermodel.XSSFWorkbook |
createWorkBook(String theXml) |
net.sourceforge.stripes.action.Resolution |
deleteApplicationLayer() |
Application |
getApplication() |
ApplicationLayer |
getApplicationLayer() |
String |
getChangedFeatureTypes() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
FeatureSource |
getFeatureSource() |
String |
getOutput_format() |
String |
getXml() |
net.sourceforge.stripes.action.Resolution |
json() |
static void |
main(String[] args) |
void |
setApplication(Application application) |
void |
setApplicationLayer(ApplicationLayer applicationLayer) |
void |
setChangedFeatureTypes(String changedFeatureTypes) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setFeatureSource(FeatureSource featureSource) |
void |
setOutput_format(String output_format) |
void |
setXml(String xml) |
net.sourceforge.stripes.action.Resolution |
view() |
net.sourceforge.stripes.action.Resolution |
xml() |
net.sourceforge.stripes.action.Resolution |
xmlTransformed() |
@DefaultHandler
public net.sourceforge.stripes.action.Resolution view()
throws org.json.JSONException,
TransformerConfigurationException,
TransformerException,
Exception
org.json.JSONExceptionTransformerConfigurationExceptionTransformerExceptionExceptionpublic net.sourceforge.stripes.action.Resolution xmlTransformed()
throws Exception
Exceptionpublic net.sourceforge.stripes.action.Resolution deleteApplicationLayer()
throws org.json.JSONException
org.json.JSONExceptionpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic String getXml()
public void setXml(String xml)
public ApplicationLayer getApplicationLayer()
public void setApplicationLayer(ApplicationLayer applicationLayer)
public Application getApplication()
public void setApplication(Application application)
public FeatureSource getFeatureSource()
public void setFeatureSource(FeatureSource featureSource)
public String getChangedFeatureTypes()
public void setChangedFeatureTypes(String changedFeatureTypes)
public String getOutput_format()
public void setOutput_format(String output_format)
public static org.apache.poi.xssf.usermodel.XSSFWorkbook createWorkBook(String theXml) throws ParserConfigurationException, SAXException, IOException, XPathExpressionException, XPathFactoryConfigurationException
Copyright © 2016. All rights reserved.