Revision: 1485
http://stripes.svn.sourceforge.net/stripes/?rev=1485&view=rev
Author: bengunter
Date: 2012-03-30 14:17:13 +0000 (Fri, 30 Mar 2012)
Log Message:
-----------
Applied fix for STS-785 from 1.5.x branch
Modified Paths:
--------------
trunk/stripes/src/net/sourceforge/stripes/action/OnwardResolution.java
Property Changed:
----------------
trunk/
Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/1.5.x:1463-1464,1466,1468-1469,1471,1473,1475,1477-1478,1482
+ /branches/1.5.x:1463-1464,1466,1468-1469,1471,1473,1475,1477-1478,1482,1484
Modified: trunk/stripes/src/net/sourceforge/stripes/action/OnwardResolution.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/action/OnwardResolution.java
2012-03-30 14:14:44 UTC (rev 1484)
+++ trunk/stripes/src/net/sourceforge/stripes/action/OnwardResolution.java
2012-03-30 14:17:13 UTC (rev 1485)
@@ -78,6 +78,16 @@
this.event = event;
}
+ /** Get the event name that was specified in one of the constructor calls.
*/
+ public String getEvent() {
+ return event;
+ }
+
+ /** Return true if an event name was specified when this instance was
constructed. */
+ public boolean isEventSpecified() {
+ return event != VALUE_NOT_SET;
+ }
+
/** Accessor for the path that the user should be sent to. */
public String getPath() {
return path;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development