Class CollectionIntegrationForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.ndr.action.form.CollectionIntegrationForm
- All Implemented Interfaces:
Serializable
public class CollectionIntegrationForm
extends org.apache.struts.action.ActionForm
ActionForm bean for handling interactions with the NDR.
- Author:
- ostwald $Id: CollectionIntegrationForm.java,v 1.8 2005/08/31 08:09:59 ostwald Exp $
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidOutput a line of text to standard out, with datestamp, if debug is set to true.voidsetMappingInfo(MappingInfo mappingInfo) voidMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
CollectionIntegrationForm
public CollectionIntegrationForm()Constructor
-
-
Method Details
-
getMappingsManager
-
setMappingsManager
-
getMappingInfo
-
setMappingInfo
-
getNdrApiUrl
-
getNcsAgentHandle
-
prtln
Output a line of text to standard out, with datestamp, if debug is set to true.- Parameters:
s- The String that will be output.
-