com.cappuccinonet.strutscx.prototype.presentation.action
Class InfoIntroAction
java.lang.Object
|
+--Action
|
+--com.cappuccinonet.strutscx.action.StrutsCXBaseAction
|
+--com.cappuccinonet.strutscx.prototype.presentation.action.InfoIntroAction
- public class InfoIntroAction
- extends StrutsCXBaseAction
This Action class retrieves all entries of an XML data source.
This Action reads in properties out of the /WEB-INF/properties.xml.
Make sure this file is present and the following parameters are
set:
- section.info.xml.xx - the XML file, where xx stands for
the respective locale.
- section.info.xsl.html4.retrieveall - the XSL stylesheet
Use a XPath statement in the XSL stylesheets to select the appropriate
values.
- Version:
- v1.3, 2003.02.01
- Author:
- Bernhard Woehrlin, IT.CappuccinoNet.com
- See Also:
- Serialized Form
|
Field Summary |
private static java.lang.String |
THIS_CLASS
a String with this Classname used for system messages |
|
Method Summary |
ActionForward |
execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This is the implementation of the abstract perform() method
of the BaseAction. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THIS_CLASS
private static final java.lang.String THIS_CLASS
- a String with this Classname used for system messages
- See Also:
- Constant Field Values
InfoIntroAction
public InfoIntroAction()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- This is the implementation of the abstract perform() method
of the BaseAction.
- Specified by:
execute in class StrutsCXBaseAction
- Parameters:
mapping - the ActionMapping used to select this instance.form - the optional ActionForm bean for this request (if any).request - the HTTP request we are processing.response - the HTTP response we are creating.
'
- Returns:
- ActionForward the location where control will be forwarded
after this request is processed.
- Throws:
IOException - if an input/output error occurs.
ServletException - if a servlet exception occurs.- See Also:
StrutsCXConstants
© 2002, IT.CappuccinoNet.com - compiled 20020207:2326