Package lumis.portlet.container.pluto
Class PlutoPortletAppDescriptorService
- java.lang.Object
-
- org.apache.pluto.descriptors.services.castor.PortletAppDescriptorServiceImpl
-
- lumis.portlet.container.pluto.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
-
Constructor Summary
Constructors Constructor Description PlutoPortletAppDescriptorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
readInternal(InputStream arg0)
protected void
setCastorMarshallerOptions(org.exolab.castor.xml.Marshaller arg0, Object arg1)
protected void
writeInternal(Object arg0, OutputStream arg1)
-
Methods inherited from class org.apache.pluto.descriptors.services.castor.PortletAppDescriptorServiceImpl
getCastorMapping, getDTDUri, getIgnoreExtraElements, getPublicId, read, write
-
-
-
-
Method Detail
-
readInternal
protected Object readInternal(InputStream arg0) throws IOException
- Throws:
IOException
-
writeInternal
protected void writeInternal(Object arg0, OutputStream arg1) throws IOException
- Throws:
IOException
-
setCastorMarshallerOptions
protected void setCastorMarshallerOptions(org.exolab.castor.xml.Marshaller arg0, Object arg1)
-
-