er.pdf
Class ERPDFWrapper
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
com.webobjects.appserver._private.WODynamicGroup
er.pdf.ERPDFWrapper
- All Implemented Interfaces:
- com.webobjects.appserver.WOActionResults
public class ERPDFWrapper
- extends com.webobjects.appserver._private.WODynamicGroup
- implements com.webobjects.appserver.WOActionResults
ERPDFWrapper will render the containing component content as a PDF document.
The contained content must be valid XHTML markup suitable for processing by
the chosen rendering engine. ERPDFWrapper is intended to be the outer most
element on the page and should not have any trailing content or whitespace after
the closing tag.
- Author:
- sharpy, q
Bindings |
secure | secure |
enabled | enabled |
filename | filename |
Field Summary |
protected com.webobjects.foundation.NSMutableDictionary<java.lang.String,com.webobjects.appserver.WOAssociation> |
_associations
|
protected com.webobjects.appserver.WOElement |
_component
|
protected com.webobjects.appserver.WOAssociation |
_enabled
|
protected com.webobjects.appserver.WOAssociation |
_filename
|
protected com.webobjects.appserver.WOAssociation |
_secure
|
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup |
_children |
Fields inherited from class com.webobjects.appserver.WODynamicElement |
_ConstructorParameters |
Constructor Summary |
ERPDFWrapper(java.lang.String name,
com.webobjects.foundation.NSDictionary<java.lang.String,com.webobjects.appserver.WOAssociation> someAssociations,
com.webobjects.appserver.WOElement component)
|
Method Summary |
void |
appendToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context)
|
com.webobjects.appserver.WOResponse |
generateResponse()
|
protected void |
responseAsPdf(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context)
|
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup |
addChildElement, appendChildrenToResponse, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest, takeValuesFromRequest, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_associations
protected com.webobjects.foundation.NSMutableDictionary<java.lang.String,com.webobjects.appserver.WOAssociation> _associations
_secure
protected com.webobjects.appserver.WOAssociation _secure
_enabled
protected com.webobjects.appserver.WOAssociation _enabled
_filename
protected com.webobjects.appserver.WOAssociation _filename
_component
protected com.webobjects.appserver.WOElement _component
ERPDFWrapper
public ERPDFWrapper(java.lang.String name,
com.webobjects.foundation.NSDictionary<java.lang.String,com.webobjects.appserver.WOAssociation> someAssociations,
com.webobjects.appserver.WOElement component)
appendToResponse
public void appendToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context)
- Overrides:
appendToResponse
in class com.webobjects.appserver._private.WODynamicGroup
responseAsPdf
protected void responseAsPdf(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context)
generateResponse
public com.webobjects.appserver.WOResponse generateResponse()
- Specified by:
generateResponse
in interface com.webobjects.appserver.WOActionResults
Copyright © 2002 – 2007 Project Wonder.