libs-gsweb/Examples/WebBookStore1/DirectAction.m

12 lines
193 B
Mathematica
Raw Normal View History

#include "DirectAction.h"
#include <WebObjects/WebObjects.h>
@implementation DirectAction : WODirectAction
- (GSWComponent *)defaultAction
{
return [self pageWithName:@"Main"];
}
@end