⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 portlettypechoicesequencedescriptor.java

📁 GridSphere 门户 提供一个基于 portlet 的高级开放源代码门户。GridSphere 是在欧盟提供基金的 GridLab 项目下开发的
💻 JAVA
字号:
/* * This class was automatically generated with  * <a href="http://www.castor.org">Castor 0.9.5.2</a>, using an XML * Schema. * $Id: PortletTypeChoiceSequenceDescriptor.java 4496 2006-02-08 20:27:04Z wehrens $ */package org.gridsphere.portletcontainer.impl.descriptor;//---------------------------------///- Imported classes and packages -///---------------------------------//** * Class PortletTypeChoiceSequenceDescriptor. *  * @version $Revision: 3298 $ $Date: 2004-06-29 07:19:44 -0700 (Tue, 29 Jun 2004) $ */public class PortletTypeChoiceSequenceDescriptor extends org.exolab.castor.xml.util.XMLClassDescriptorImpl {    //--------------------------/    //- Class/Member Variables -/    //--------------------------/    /**     * Field nsPrefix     */    private java.lang.String nsPrefix;    /**     * Field nsURI     */    private java.lang.String nsURI;    /**     * Field xmlName     */    private java.lang.String xmlName;    /**     * Field identity     */    private org.exolab.castor.xml.XMLFieldDescriptor identity;    //----------------/    //- Constructors -/    //----------------/    public PortletTypeChoiceSequenceDescriptor() {        super();        nsURI = "http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd";                //-- set grouping compositor        setCompositorAsSequence();        org.exolab.castor.xml.util.XMLFieldDescriptorImpl desc = null;        org.exolab.castor.xml.XMLFieldHandler handler = null;        org.exolab.castor.xml.FieldValidator fieldValidator = null;        //-- initialize attribute descriptors                //-- initialize element descriptors                //-- _resourceBundle        desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(org.gridsphere.portletcontainer.impl.descriptor.ResourceBundle.class, "_resourceBundle", "resource-bundle", org.exolab.castor.xml.NodeType.Element);        handler = (new org.exolab.castor.xml.XMLFieldHandler() {            public java.lang.Object getValue(java.lang.Object object)                    throws IllegalStateException {                PortletTypeChoiceSequence target = (PortletTypeChoiceSequence) object;                return target.getResourceBundle();            }            public void setValue(java.lang.Object object, java.lang.Object value)                    throws IllegalStateException, IllegalArgumentException {                try {                    PortletTypeChoiceSequence target = (PortletTypeChoiceSequence) object;                    target.setResourceBundle((org.gridsphere.portletcontainer.impl.descriptor.ResourceBundle) value);                } catch (java.lang.Exception ex) {                    throw new IllegalStateException(ex.toString());                }            }            public java.lang.Object newInstance(java.lang.Object parent) {                return new org.gridsphere.portletcontainer.impl.descriptor.ResourceBundle();            }        });        desc.setHandler(handler);        desc.setNameSpaceURI("http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd");        desc.setRequired(true);        desc.setMultivalued(false);        addFieldDescriptor(desc);                //-- validation code for: _resourceBundle        fieldValidator = new org.exolab.castor.xml.FieldValidator();        fieldValidator.setMinOccurs(1);        { //-- local scope        }        desc.setValidator(fieldValidator);        //-- _portletInfo        desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(org.gridsphere.portletcontainer.impl.descriptor.PortletInfo.class, "_portletInfo", "portlet-info", org.exolab.castor.xml.NodeType.Element);        handler = (new org.exolab.castor.xml.XMLFieldHandler() {            public java.lang.Object getValue(java.lang.Object object)                    throws IllegalStateException {                PortletTypeChoiceSequence target = (PortletTypeChoiceSequence) object;                return target.getPortletInfo();            }            public void setValue(java.lang.Object object, java.lang.Object value)                    throws IllegalStateException, IllegalArgumentException {                try {                    PortletTypeChoiceSequence target = (PortletTypeChoiceSequence) object;                    target.setPortletInfo((org.gridsphere.portletcontainer.impl.descriptor.PortletInfo) value);                } catch (java.lang.Exception ex) {                    throw new IllegalStateException(ex.toString());                }            }            public java.lang.Object newInstance(java.lang.Object parent) {                return new org.gridsphere.portletcontainer.impl.descriptor.PortletInfo();            }        });        desc.setHandler(handler);        desc.setNameSpaceURI("http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd");        desc.setMultivalued(false);        addFieldDescriptor(desc);                //-- validation code for: _portletInfo        fieldValidator = new org.exolab.castor.xml.FieldValidator();        { //-- local scope        }        desc.setValidator(fieldValidator);    } //-- org.gridsphere.portletcontainer.jsr.descriptor.PortletTypeChoiceSequenceDescriptor()    //-----------/    //- Methods -/    //-----------/    /**     * Method getAccessMode     */    public org.exolab.castor.mapping.AccessMode getAccessMode() {        return null;    } //-- org.exolab.castor.mapping.AccessMode getAccessMode()     /**     * Method getExtends     */    public org.exolab.castor.mapping.ClassDescriptor getExtends() {        return null;    } //-- org.exolab.castor.mapping.ClassDescriptor getExtends()     /**     * Method getIdentity     */    public org.exolab.castor.mapping.FieldDescriptor getIdentity() {        return identity;    } //-- org.exolab.castor.mapping.FieldDescriptor getIdentity()     /**     * Method getJavaClass     */    public java.lang.Class getJavaClass() {        return org.gridsphere.portletcontainer.impl.descriptor.PortletTypeChoiceSequence.class;    } //-- java.lang.Class getJavaClass()     /**     * Method getNameSpacePrefix     */    public java.lang.String getNameSpacePrefix() {        return nsPrefix;    } //-- java.lang.String getNameSpacePrefix()     /**     * Method getNameSpaceURI     */    public java.lang.String getNameSpaceURI() {        return nsURI;    } //-- java.lang.String getNameSpaceURI()     /**     * Method getValidator     */    public org.exolab.castor.xml.TypeValidator getValidator() {        return this;    } //-- org.exolab.castor.xml.TypeValidator getValidator()     /**     * Method getXMLName     */    public java.lang.String getXMLName() {        return xmlName;    } //-- java.lang.String getXMLName() }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -