git://wamblee.org
/
utils
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
(no commit message)
[utils]
/
wicket
/
joe
/
src
/
test
/
java
/
org
/
wamblee
/
wicket
/
transactions
/
MyPage.java
1
/**
2
*
3
*/
4
package org.wamblee.wicket.transactions;
5
6
import org.apache.wicket.markup.html.WebPage;
7
8
public class MyPage extends WebPage {
9
public MyPage() {
10
OpenTransactionInViewRequestCycleTest.BEHAVIOR.run();
11
}
12
}