com.bea.p13n.url.config
Interface P13nUrlTemplateBean


public interface P13nUrlTemplateBean

DescriptorBean that describes all attributes of the p13n-url-template stanza of the p13n-url-templates.xml


Method Summary
 String getName()
          The logical name to assign this url template.
 String getTemplateDefinition()
          The template definition of the url template.
 void setName(String name)
           
 void setTemplateDefinition(String definition)
           
 

Method Detail

getName

String getName()
The logical name to assign this url template.

Descriptor Bean Configurable Attribute
Descriptor Bean Unique Attribute
Descriptor Bean Required Attribute

setName

void setName(String name)
Descriptor Bean Attribute Legal Null:
false
Descriptor Bean Attribute Legal Zero Length
false

getTemplateDefinition

String getTemplateDefinition()
The template definition of the url template.

Descriptor Bean Configurable Attribute
Descriptor Bean Required Attribute

setTemplateDefinition

void setTemplateDefinition(String definition)
Descriptor Bean Attribute Legal Null:
false
Descriptor Bean Attribute Legal Zero Length
false


Copyright © 2011, Oracle. All rights reserved.