Apache command chain question

S

Seyal

Hi,

I am new to the command chain pattern and kindly bear with me if this
is a basic question.

In the catalog below,

<catalog>
<chain main>
<command 1/>
<command 2 lookup(sub)/>
<command 5/>
</chain>

<chain sub>
<command 3>
<command 4>
</chain>

If command 3 were to return true, will command 5 execute ? Thanks.
 
A

Arne Vajhøj

Seyal said:
I am new to the command chain pattern and kindly bear with me if this
is a basic question.

In the catalog below,

<catalog>
<chain main>
<command 1/>
<command 2 lookup(sub)/>
<command 5/>
</chain>

<chain sub>
<command 3>
<command 4>
</chain>

If command 3 were to return true, will command 5 execute ? Thanks.

Apache what ?

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,140
Latest member
SweetcalmCBDreview
Top