Project Wonder 5.0

er.extensions.components.conditionals
Class ERXWOTemplate

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.WODynamicElement
          extended by er.extensions.components.conditionals.ERXWOTemplate
Direct Known Subclasses:
AjaxInPlaceEditTemplate, AjaxInPlaceViewTemplate

public class ERXWOTemplate
extends com.webobjects.appserver.WODynamicElement

Allows for multiple contents in a component. For every of one of these, when you have ERXWOComponentContent in your wrapper, then they will append in their stead. Note that if you also have a plain WOComponentContent in your wrapper, it will get appended a second time. See ERXWOComponentContent for a full explaination.

Author:
ak (Java port), Charles Lloyd
Bindings
templateNametemplateName
           

Field Summary
 
Fields inherited from class com.webobjects.appserver.WODynamicElement
_ConstructorParameters
 
Constructor Summary
ERXWOTemplate(java.lang.String s, com.webobjects.foundation.NSDictionary associations, com.webobjects.appserver.WOElement woelement)
           
 
Method Summary
 void appendToResponse(com.webobjects.appserver.WOResponse woresponse, com.webobjects.appserver.WOContext wocontext)
           
 com.webobjects.appserver.WOActionResults invokeAction(com.webobjects.appserver.WORequest worequest, com.webobjects.appserver.WOContext wocontext)
           
 void takeValuesFromRequest(com.webobjects.appserver.WORequest worequest, com.webobjects.appserver.WOContext wocontext)
           
 java.lang.String templateName(com.webobjects.appserver.WOComponent component)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ERXWOTemplate

public ERXWOTemplate(java.lang.String s,
                     com.webobjects.foundation.NSDictionary associations,
                     com.webobjects.appserver.WOElement woelement)
Method Detail

templateName

public java.lang.String templateName(com.webobjects.appserver.WOComponent component)

takeValuesFromRequest

public void takeValuesFromRequest(com.webobjects.appserver.WORequest worequest,
                                  com.webobjects.appserver.WOContext wocontext)
Overrides:
takeValuesFromRequest in class com.webobjects.appserver.WOElement

invokeAction

public com.webobjects.appserver.WOActionResults invokeAction(com.webobjects.appserver.WORequest worequest,
                                                             com.webobjects.appserver.WOContext wocontext)
Overrides:
invokeAction in class com.webobjects.appserver.WOElement

appendToResponse

public void appendToResponse(com.webobjects.appserver.WOResponse woresponse,
                             com.webobjects.appserver.WOContext wocontext)
Overrides:
appendToResponse in class com.webobjects.appserver.WOElement

toString

public java.lang.String toString()
Overrides:
toString in class com.webobjects.appserver.WODynamicElement

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.