01: /*
02: * (C) Copyright 2000 - 2005 Nabh Information Systems, Inc.
03: *
04: * This program is free software; you can redistribute it and/or
05: * modify it under the terms of the GNU General Public License
06: * as published by the Free Software Foundation; either version 2
07: * of the License, or (at your option) any later version.
08: *
09: * This program is distributed in the hope that it will be useful,
10: * but WITHOUT ANY WARRANTY; without even the implied warranty of
11: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12: * GNU General Public License for more details.
13: *
14: * You should have received a copy of the GNU General Public License
15: * along with this program; if not, write to the Free Software
16: * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17: *
18: */
19:
20: //
21: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
22: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
23: // Any modifications to this file will be lost upon recompilation of the source schema.
24: // Generated on: 2005.03.04 at 10:20:40 PST
25: //
26:
27: package com.nabhinc.portal.config;
28:
29: /**
30: * The portlet-app element is the root of the deployment descriptor
31: * for a portlet application. This element has a required attribute version
32: * to specify to which version of the schema the deployment descriptor
33: * conforms.
34: *
35: * Java content class for portlet-app element declaration.
36: * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Sun/jwsdp-1.5/jaxb/lib/portlet-app_1_0.xsd line 24)
37: * <p>
38: * <pre>
39: * <element name="portlet-app" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-appType"/>
40: * </pre>
41: *
42: */
43: public interface PortletApp extends javax.xml.bind.Element,
44: com.nabhinc.portal.config.PortletAppType {
45:
46: }
|