repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More working tests.
[castle.git]
/
MonoRail
/
Castle.MonoRail.Views.Brail.Tests
/
Controllers
/
DslController.cs
blob
33e26789ec284d0b95d81630f755aebc844c596e
1
namespace
Castle
.
MonoRail
.
Views
.
Brail
.
Tests
.
Controllers
2
{
3
using
System
;
4
using
Framework
;
5
6
[
Serializable
]
7
public class
DslController
:
SmartDispatcherController
8
{
9
public void
registerHtml
()
10
{
11
}
12
13
public void
AttributeOutput
()
14
{
15
}
16
17
public void
expandParameters
()
18
{
19
}
20
}
21
}