|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectUrlTemplateDescriptor
public class UrlTemplateDescriptor
Maintains optional deployment information.
Field Summary | |
---|---|
static String |
ACTION_TEMPLATE
|
static String |
DEFAULT_TEMPLATE
|
static String |
RENDER_TEMPLATE
|
static String |
RESOURCE_TEMPLATE
|
static String |
SECURE_ACTION_TEMPLATE
|
static String |
SECURE_DEFAULT_TEMPLATE
|
static String |
SECURE_RENDER_TEMPLATE
|
static String |
SECURE_RESOURCE_TEMPLATE
|
Constructor Summary | |
---|---|
protected |
UrlTemplateDescriptor()
Constructs an instance. |
Method Summary | |
---|---|
static UrlTemplateDescriptor |
getInstance()
Returns an instance of UrlTemplateDescriptor . |
String |
getJPFUrlTemplateRef(String type)
Returns URL template name of the given type. |
URLTemplate |
getUrlTemplate(String name)
Returns URL template given the name of the template. |
void |
load(ServletContext servletContext)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_TEMPLATE
public static final String SECURE_DEFAULT_TEMPLATE
public static final String RENDER_TEMPLATE
public static final String SECURE_RENDER_TEMPLATE
public static final String ACTION_TEMPLATE
public static final String SECURE_ACTION_TEMPLATE
public static final String RESOURCE_TEMPLATE
public static final String SECURE_RESOURCE_TEMPLATE
Constructor Detail |
---|
protected UrlTemplateDescriptor()
Constructs an instance.
Method Detail |
---|
public URLTemplate getUrlTemplate(String name)
Returns URL template given the name of the template.
name
- name of the template
public String getJPFUrlTemplateRef(String type)
Returns URL template name of the given type.
type
- type of the template type
public static UrlTemplateDescriptor getInstance()
Returns an instance of UrlTemplateDescriptor
.
public void load(ServletContext servletContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |