lumis.portal.presentation.core
Class LayoutFileMarkupResourceStream
java.lang.Object
org.apache.wicket.markup.MarkupResourceStream
lumis.portal.presentation.core.LayoutFileMarkupResourceStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Serializable, org.apache.wicket.IClusterable, org.apache.wicket.util.resource.IFixedLocationResourceStream, org.apache.wicket.util.resource.IResourceStream, org.apache.wicket.util.watch.IModifiable
- Direct Known Subclasses:
- PortalStudioMarkupResourceStream, SharedMarkupResourceStream
public class LayoutFileMarkupResourceStream
- extends org.apache.wicket.markup.MarkupResourceStream
Base markup resource stream for layout file.
The use of this base class enables some layout file specific features in
LayoutFileApplication
.
- Since:
- 6.0.0
- See Also:
- Serialized Form
Methods inherited from class org.apache.wicket.markup.MarkupResourceStream |
close, getCacheKey, getContainerInfo, getContentType, getInputStream, getLocale, getMarkupClass, lastModifiedTime, length, locationAsString, setCacheKey, setLocale, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LayoutFileMarkupResourceStream
public LayoutFileMarkupResourceStream(org.apache.wicket.util.resource.IResourceStream resourceStream,
org.apache.wicket.markup.ContainerInfo containerInfo,
java.lang.Class<?> markupClass,
IPortalMode portalMode)
LayoutFileMarkupResourceStream
public LayoutFileMarkupResourceStream(org.apache.wicket.util.resource.IResourceStream resourceStream,
IPortalMode portalMode)
getPageDocType
public PageDocType getPageDocType()
- Returns the DOCTYPE for the markup of this resource stream.
- Returns:
- the DOCTYPE.
- Since:
- 6.0.0
getPortalMode
public IPortalMode getPortalMode()
- Returns the current portalMode.
- Returns:
- the current portalMode.
- Since:
- 6.0.0
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.