org.apache.cocoon.portal.layout.renderer.aspect.impl
Class FullScreenCopletAspect
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.portal.layout.renderer.aspect.impl.AbstractAspect
org.apache.cocoon.portal.layout.renderer.aspect.impl.FullScreenCopletAspect
- All Implemented Interfaces:
- Component, LogEnabled, Serviceable, ThreadSafe, RendererAspect
public class FullScreenCopletAspect
- extends AbstractAspect
Includes a tag containing a URI that is connected with a fullscreen
display of a coplet. If fullscreen is explicitly unsupported, no tag
will be created. Otherwise, it depends on the current layout being the
fullscreen layout or not whether the URI contains an event that switches
to this layout or not.
Example XML:
<fullscreen-uri>fullscreen-event-if-supported</fullscreen-uri>
<!-- output from following renderers -->
Applicable to:
- Version:
- CVS $Id: FullScreenCopletAspect.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler, Volker Schmitt
Fields inherited from interface org.apache.cocoon.portal.layout.renderer.aspect.RendererAspect |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullScreenCopletAspect
public FullScreenCopletAspect()
toSAX
public void toSAX(RendererAspectContext context,
Layout layout,
PortalService service,
ContentHandler handler)
throws SAXException
- Description copied from interface:
RendererAspect
- Stream out raw layout
- Specified by:
toSAX
in interface RendererAspect
- Overrides:
toSAX
in class AbstractAspect
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.