net.spy.jwebkit.struts
Class DBSPMapping

java.lang.Object
  extended by org.apache.struts.config.ActionConfig
      extended by org.apache.struts.action.ActionMapping
          extended by net.spy.jwebkit.struts.DBSPMapping
All Implemented Interfaces:
java.io.Serializable

public class DBSPMapping
extends org.apache.struts.action.ActionMapping

ActionMapping for DBSP actions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.config.ActionConfig
attribute, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
 
Constructor Summary
DBSPMapping()
           
 
Method Summary
 java.lang.String getReportName()
          Get the name of this report.
 java.lang.Class<net.spy.db.DBSP> getSptClass()
          Get the DBSP class to be used for this report.
 void setReportName(java.lang.String to)
          Set the name of this report..
 void setSpt(java.lang.String to)
          Set the spt class name.
 
Methods inherited from class org.apache.struts.action.ActionMapping
findForward, findForwards, getInputForward
 
Methods inherited from class org.apache.struts.config.ActionConfig
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBSPMapping

public DBSPMapping()
Method Detail

setReportName

public void setReportName(java.lang.String to)
Set the name of this report..


getReportName

public java.lang.String getReportName()
Get the name of this report.


setSpt

public void setSpt(java.lang.String to)
Set the spt class name.


getSptClass

public java.lang.Class<net.spy.db.DBSP> getSptClass()
Get the DBSP class to be used for this report.



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.