All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tapestry5.internal.services.tapestry_5_1_0.xsd Maven / Gradle / Ivy

Go to download

Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.

There is a newer version: 5.8.6
Show newest version


    
        
            
                Defines the position within the template that the body of the component (the portion of the container's
                template
                enclosed by the component) will be rendered. This is optional, and only applies to components that wish
                to render
                their body within their template.
            
        
    
    
        
            
                Root element of a template that extends its parent template, replacing portions of the template.
            
        
    
    
        
            
                Defines a portion of a parent component template that may be replaced in a child component.
            
        
        
            
                
                    
                        Unique id for the replaceable block.
                    
                
            
        
    
    
        
            
                A replacement, in a child component template, for an extension-point in the parent component template.
                This element must be an immediate child of the root element, which will be extend.
            
        
        
            
                
                    
                        Unique id for the replaceable block, which must match an id of an inheritable extension-point
                        block.
                    
                
            
        
    
    
        
            
                Marks a portion of the template as the relevant portion; anything outside of the element is discarded.
                content elements may not be nested inside other content elements.
            
        
    
    
        
            
                A block of the template to be removed. This can be used as a comment, or to temporarily
                delete a portion of the template (including markup, expansions and embedded components).
            
        
    
    
        
            
                May be used as the root element of a template, but is not part of the template itself. Useful when
                a component exists to emit a series of related elements that are not inside a containing element.
            
        
    
    
        
            
                A structured parameter passed to a component as a single object of type Block. The receiving component
                can get the Block to render. A parameter should always be enclosed by a component element
                (either an explicit comp element, or an ordinary element instrumented with a Tapestry type or id).
            
        
        
            
                
                    
                        The name of the parameter to be bound to the Block.
                    
                
            
        
    
    
        
            
                A block is simply a container of other elements. Blocks do not render themselves or their bodies in the
                normal flow; they
                only get rendered when specifially directed to.
            
        
        
            
                
                    
                        An optional identifier that is used to reference the block from inside the Java class.
                    
                
            
        
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy