You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Steve Hanson (JIRA)" <be...@incubator.apache.org> on 2005/02/02 22:49:18 UTC

[jira] Resolved: (BEEHIVE-82) Page Flow Overview - hitting a page flow URL

     [ http://issues.apache.org/jira/browse/BEEHIVE-82?page=history ]
     
Steve Hanson resolved BEEHIVE-82:
---------------------------------

      Assign To: Rich Feit  (was: Steve Hanson)
     Resolution: Fixed
    Fix Version: V1Beta
                     (was: V1Alpha)

I added the following text to the 'overview' topic:

"
Note that controller classes, and the actions they contain, are URL addressable. Hitting the following URL creates an instance of the controller class foo.MyControllerClass  and runs its begin action. (When no other action is specified, the begin  method is run by default.)

http://some.domain.com/foo/MyControllerClass.jpf 

Hitting the following URL creates an instance of foo.MyControllerClass (if it doesn't already exist) and invokes the someAction action. Note that the controller class isn't mentioned by name: it's assumed that only one controller class exists in the directory, so there is only one candidate controller class to instantiate.

http://some.domain.com/foo/someAction.do
"

> Page Flow Overview - hitting a page flow URL
> --------------------------------------------
>
>          Key: BEEHIVE-82
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-82
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: V1Alpha
>     Reporter: Rich Feit
>     Assignee: Rich Feit
>     Priority: Minor
>      Fix For: V1Beta

>
> I think it would be nice if the overview mentioned that page flows are URL-addressable.  Hitting /foo/MyPageFlow.jpf creates foo.MyPageFlow (if it's not already created) and runs its begin action.  Similarly, hitting /foo/someAction.do creates foo.MyPageFlow (if it's not already created) and runs action "someAction".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira