KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > roller > presentation > weblog > formbeans > PingSetupForm


1 /*
2  * Copyright (c) 2005
3  * Anil R. Gangolli. All rights reserved.
4  *
5  * Distributed with the Roller Weblogger Project under the terms of the Roller Software
6  * License
7  */

8
9 package org.roller.presentation.weblog.formbeans;
10
11 import org.apache.struts.action.ActionForm;
12
13 public class PingSetupForm extends ActionForm
14 {
15     // Nothing yet. Required for PingSetup action however.
16
}
17
Popular Tags