|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.wicket.markup.MarkupResourceStream lumis.portal.presentation.core.LayoutFileMarkupResourceStream lumis.portal.presentation.core.SharedMarkupResourceStream
public class SharedMarkupResourceStream
Markup resource stream that allows a IFixedLocationResourceStream
to be shared. This implementation prevents MarkupCache
from
using the same markup for the resource stream even if the cacheKey differs.
Constructor Summary | |
---|---|
SharedMarkupResourceStream(org.apache.wicket.util.resource.IResourceStream resourceStream,
org.apache.wicket.MarkupContainer container,
IPortalMode portalMode)
|
Method Summary | |
---|---|
String |
locationAsString()
|
Methods inherited from class lumis.portal.presentation.core.LayoutFileMarkupResourceStream |
---|
getPageDocType, getPortalMode |
Methods inherited from class org.apache.wicket.markup.MarkupResourceStream |
---|
close, getCacheKey, getContainerInfo, getContentType, getInputStream, getLocale, getMarkupClass, lastModifiedTime, length, setCacheKey, setLocale, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SharedMarkupResourceStream(org.apache.wicket.util.resource.IResourceStream resourceStream, org.apache.wicket.MarkupContainer container, IPortalMode portalMode)
Method Detail |
---|
public String locationAsString()
locationAsString
in interface org.apache.wicket.util.resource.IFixedLocationResourceStream
locationAsString
in class org.apache.wicket.markup.MarkupResourceStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |