Class PlutoPortletAppDescriptorService

  • All Implemented Interfaces:
    org.apache.pluto.descriptors.services.PortletAppDescriptorService

    public class PlutoPortletAppDescriptorService
    extends org.apache.pluto.descriptors.services.castor.PortletAppDescriptorServiceImpl
    implements org.apache.pluto.descriptors.services.PortletAppDescriptorService
    Since:
    4.0.7
    Version:
    $Revision: 4963 $ $Date: 2006-11-03 14:45:45 -0300 (Fri, 03 Nov 2006) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static boolean USING_JAXP  
      • Fields inherited from class org.apache.pluto.descriptors.services.castor.PortletAppDescriptorServiceImpl

        PORTLET_XML_MAPPING
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object readInternal​(java.io.InputStream arg0)  
      protected void setCastorMarshallerOptions​(org.exolab.castor.xml.Marshaller arg0, java.lang.Object arg1)  
      protected void writeInternal​(java.lang.Object arg0, java.io.OutputStream arg1)  
      • Methods inherited from class org.apache.pluto.descriptors.services.castor.PortletAppDescriptorServiceImpl

        getCastorMapping, getDTDUri, getIgnoreExtraElements, getPublicId, read, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.pluto.descriptors.services.PortletAppDescriptorService

        read, write
    • Field Detail

      • USING_JAXP

        protected static final boolean USING_JAXP
    • Constructor Detail

      • PlutoPortletAppDescriptorService

        public PlutoPortletAppDescriptorService()
    • Method Detail

      • readInternal

        protected java.lang.Object readInternal​(java.io.InputStream arg0)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • writeInternal

        protected void writeInternal​(java.lang.Object arg0,
                                     java.io.OutputStream arg1)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • setCastorMarshallerOptions

        protected void setCastorMarshallerOptions​(org.exolab.castor.xml.Marshaller arg0,
                                                  java.lang.Object arg1)