001// -------------------------------------------------------------------------------- 002// Copyright 2002-2025 Echo Three, LLC 003// 004// Licensed under the Apache License, Version 2.0 (the "License"); 005// you may not use this file except in compliance with the License. 006// You may obtain a copy of the License at 007// 008// http://www.apache.org/licenses/LICENSE-2.0 009// 010// Unless required by applicable law or agreed to in writing, software 011// distributed under the License is distributed on an "AS IS" BASIS, 012// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 013// See the License for the specific language governing permissions and 014// limitations under the License. 015// -------------------------------------------------------------------------------- 016// Generated File -- DO NOT EDIT BY HAND 017// -------------------------------------------------------------------------------- 018 019/** 020 * ContentFormsImpl.java 021 */ 022 023package com.echothree.control.user.content.server; 024 025import com.echothree.control.user.content.common.edit.*; 026import com.echothree.control.user.content.common.form.*; 027import com.echothree.control.user.content.common.spec.*; 028 029public class ContentFormsImpl { 030 031 public ContentCollectionDescriptionEdit getContentCollectionDescriptionEdit() { 032 return ContentEditFactory.getContentCollectionDescriptionEdit(); 033 } 034 035 public ContentWebAddressDescriptionEdit getContentWebAddressDescriptionEdit() { 036 return ContentEditFactory.getContentWebAddressDescriptionEdit(); 037 } 038 039 public ContentCategoryItemEdit getContentCategoryItemEdit() { 040 return ContentEditFactory.getContentCategoryItemEdit(); 041 } 042 043 public ContentPageLayoutEdit getContentPageLayoutEdit() { 044 return ContentEditFactory.getContentPageLayoutEdit(); 045 } 046 047 public ContentCategoryDescriptionEdit getContentCategoryDescriptionEdit() { 048 return ContentEditFactory.getContentCategoryDescriptionEdit(); 049 } 050 051 public ContentForumEdit getContentForumEdit() { 052 return ContentEditFactory.getContentForumEdit(); 053 } 054 055 public ContentWebAddressEdit getContentWebAddressEdit() { 056 return ContentEditFactory.getContentWebAddressEdit(); 057 } 058 059 public ContentCategoryEdit getContentCategoryEdit() { 060 return ContentEditFactory.getContentCategoryEdit(); 061 } 062 063 public ContentCatalogEdit getContentCatalogEdit() { 064 return ContentEditFactory.getContentCatalogEdit(); 065 } 066 067 public ContentSectionDescriptionEdit getContentSectionDescriptionEdit() { 068 return ContentEditFactory.getContentSectionDescriptionEdit(); 069 } 070 071 public ContentPageAreaTypeDescriptionEdit getContentPageAreaTypeDescriptionEdit() { 072 return ContentEditFactory.getContentPageAreaTypeDescriptionEdit(); 073 } 074 075 public ContentCatalogDescriptionEdit getContentCatalogDescriptionEdit() { 076 return ContentEditFactory.getContentCatalogDescriptionEdit(); 077 } 078 079 public ContentCollectionEdit getContentCollectionEdit() { 080 return ContentEditFactory.getContentCollectionEdit(); 081 } 082 083 public ContentPageDescriptionEdit getContentPageDescriptionEdit() { 084 return ContentEditFactory.getContentPageDescriptionEdit(); 085 } 086 087 public ContentPageAreaEdit getContentPageAreaEdit() { 088 return ContentEditFactory.getContentPageAreaEdit(); 089 } 090 091 public ContentSectionEdit getContentSectionEdit() { 092 return ContentEditFactory.getContentSectionEdit(); 093 } 094 095 public ContentPageLayoutDescriptionEdit getContentPageLayoutDescriptionEdit() { 096 return ContentEditFactory.getContentPageLayoutDescriptionEdit(); 097 } 098 099 public ContentPageEdit getContentPageEdit() { 100 return ContentEditFactory.getContentPageEdit(); 101 } 102 103 public GetContentPageAreaForm getGetContentPageAreaForm() { 104 return ContentFormFactory.getGetContentPageAreaForm(); 105 } 106 107 public CreateContentCollectionForm getCreateContentCollectionForm() { 108 return ContentFormFactory.getCreateContentCollectionForm(); 109 } 110 111 public GetContentPageLayoutAreaForm getGetContentPageLayoutAreaForm() { 112 return ContentFormFactory.getGetContentPageLayoutAreaForm(); 113 } 114 115 public GetContentPageAreaTypeChoicesForm getGetContentPageAreaTypeChoicesForm() { 116 return ContentFormFactory.getGetContentPageAreaTypeChoicesForm(); 117 } 118 119 public GetContentPageLayoutAreasForm getGetContentPageLayoutAreasForm() { 120 return ContentFormFactory.getGetContentPageLayoutAreasForm(); 121 } 122 123 public GetContentWebAddressesForm getGetContentWebAddressesForm() { 124 return ContentFormFactory.getGetContentWebAddressesForm(); 125 } 126 127 public GetContentForumsForm getGetContentForumsForm() { 128 return ContentFormFactory.getGetContentForumsForm(); 129 } 130 131 public CreateContentPageForm getCreateContentPageForm() { 132 return ContentFormFactory.getCreateContentPageForm(); 133 } 134 135 public GetContentSectionForm getGetContentSectionForm() { 136 return ContentFormFactory.getGetContentSectionForm(); 137 } 138 139 public CreateContentCatalogForm getCreateContentCatalogForm() { 140 return ContentFormFactory.getCreateContentCatalogForm(); 141 } 142 143 public EditContentCategoryDescriptionForm getEditContentCategoryDescriptionForm() { 144 return ContentFormFactory.getEditContentCategoryDescriptionForm(); 145 } 146 147 public GetContentCatalogDescriptionForm getGetContentCatalogDescriptionForm() { 148 return ContentFormFactory.getGetContentCatalogDescriptionForm(); 149 } 150 151 public CreateContentCategoryForm getCreateContentCategoryForm() { 152 return ContentFormFactory.getCreateContentCategoryForm(); 153 } 154 155 public GetContentWebAddressForm getGetContentWebAddressForm() { 156 return ContentFormFactory.getGetContentWebAddressForm(); 157 } 158 159 public DeleteContentPageAreaForm getDeleteContentPageAreaForm() { 160 return ContentFormFactory.getDeleteContentPageAreaForm(); 161 } 162 163 public GetContentSectionDescriptionForm getGetContentSectionDescriptionForm() { 164 return ContentFormFactory.getGetContentSectionDescriptionForm(); 165 } 166 167 public GetContentCategoryItemForm getGetContentCategoryItemForm() { 168 return ContentFormFactory.getGetContentCategoryItemForm(); 169 } 170 171 public GetContentPageLayoutDescriptionsForm getGetContentPageLayoutDescriptionsForm() { 172 return ContentFormFactory.getGetContentPageLayoutDescriptionsForm(); 173 } 174 175 public CreateContentCategoryItemForm getCreateContentCategoryItemForm() { 176 return ContentFormFactory.getCreateContentCategoryItemForm(); 177 } 178 179 public DeleteContentPageForm getDeleteContentPageForm() { 180 return ContentFormFactory.getDeleteContentPageForm(); 181 } 182 183 public GetContentCatalogItemForm getGetContentCatalogItemForm() { 184 return ContentFormFactory.getGetContentCatalogItemForm(); 185 } 186 187 public GetContentPageAreasForm getGetContentPageAreasForm() { 188 return ContentFormFactory.getGetContentPageAreasForm(); 189 } 190 191 public GetContentPageDescriptionForm getGetContentPageDescriptionForm() { 192 return ContentFormFactory.getGetContentPageDescriptionForm(); 193 } 194 195 public EditContentPageLayoutForm getEditContentPageLayoutForm() { 196 return ContentFormFactory.getEditContentPageLayoutForm(); 197 } 198 199 public GetContentCatalogItemsForm getGetContentCatalogItemsForm() { 200 return ContentFormFactory.getGetContentCatalogItemsForm(); 201 } 202 203 public GetContentPageLayoutChoicesForm getGetContentPageLayoutChoicesForm() { 204 return ContentFormFactory.getGetContentPageLayoutChoicesForm(); 205 } 206 207 public EditContentWebAddressForm getEditContentWebAddressForm() { 208 return ContentFormFactory.getEditContentWebAddressForm(); 209 } 210 211 public DeleteContentCatalogForm getDeleteContentCatalogForm() { 212 return ContentFormFactory.getDeleteContentCatalogForm(); 213 } 214 215 public EditContentCategoryForm getEditContentCategoryForm() { 216 return ContentFormFactory.getEditContentCategoryForm(); 217 } 218 219 public CreateContentPageLayoutAreaDescriptionForm getCreateContentPageLayoutAreaDescriptionForm() { 220 return ContentFormFactory.getCreateContentPageLayoutAreaDescriptionForm(); 221 } 222 223 public GetContentCollectionsForm getGetContentCollectionsForm() { 224 return ContentFormFactory.getGetContentCollectionsForm(); 225 } 226 227 public DeleteContentSectionDescriptionForm getDeleteContentSectionDescriptionForm() { 228 return ContentFormFactory.getDeleteContentSectionDescriptionForm(); 229 } 230 231 public EditContentPageDescriptionForm getEditContentPageDescriptionForm() { 232 return ContentFormFactory.getEditContentPageDescriptionForm(); 233 } 234 235 public CreateContentSectionDescriptionForm getCreateContentSectionDescriptionForm() { 236 return ContentFormFactory.getCreateContentSectionDescriptionForm(); 237 } 238 239 public GetContentPageLayoutDescriptionForm getGetContentPageLayoutDescriptionForm() { 240 return ContentFormFactory.getGetContentPageLayoutDescriptionForm(); 241 } 242 243 public CreateContentCatalogDescriptionForm getCreateContentCatalogDescriptionForm() { 244 return ContentFormFactory.getCreateContentCatalogDescriptionForm(); 245 } 246 247 public GetContentPageLayoutForm getGetContentPageLayoutForm() { 248 return ContentFormFactory.getGetContentPageLayoutForm(); 249 } 250 251 public DeleteContentCatalogDescriptionForm getDeleteContentCatalogDescriptionForm() { 252 return ContentFormFactory.getDeleteContentCatalogDescriptionForm(); 253 } 254 255 public GetContentCatalogDescriptionsForm getGetContentCatalogDescriptionsForm() { 256 return ContentFormFactory.getGetContentCatalogDescriptionsForm(); 257 } 258 259 public DeleteContentPageLayoutDescriptionForm getDeleteContentPageLayoutDescriptionForm() { 260 return ContentFormFactory.getDeleteContentPageLayoutDescriptionForm(); 261 } 262 263 public GetContentCategoriesForm getGetContentCategoriesForm() { 264 return ContentFormFactory.getGetContentCategoriesForm(); 265 } 266 267 public EditContentCollectionDescriptionForm getEditContentCollectionDescriptionForm() { 268 return ContentFormFactory.getEditContentCollectionDescriptionForm(); 269 } 270 271 public GetContentCollectionChoicesForm getGetContentCollectionChoicesForm() { 272 return ContentFormFactory.getGetContentCollectionChoicesForm(); 273 } 274 275 public GetContentSectionsForm getGetContentSectionsForm() { 276 return ContentFormFactory.getGetContentSectionsForm(); 277 } 278 279 public EditContentSectionForm getEditContentSectionForm() { 280 return ContentFormFactory.getEditContentSectionForm(); 281 } 282 283 public EditContentWebAddressDescriptionForm getEditContentWebAddressDescriptionForm() { 284 return ContentFormFactory.getEditContentWebAddressDescriptionForm(); 285 } 286 287 public CreateContentPageLayoutDescriptionForm getCreateContentPageLayoutDescriptionForm() { 288 return ContentFormFactory.getCreateContentPageLayoutDescriptionForm(); 289 } 290 291 public DeleteContentCollectionForm getDeleteContentCollectionForm() { 292 return ContentFormFactory.getDeleteContentCollectionForm(); 293 } 294 295 public CreateContentPageAreaTypeDescriptionForm getCreateContentPageAreaTypeDescriptionForm() { 296 return ContentFormFactory.getCreateContentPageAreaTypeDescriptionForm(); 297 } 298 299 public SetDefaultContentCatalogForm getSetDefaultContentCatalogForm() { 300 return ContentFormFactory.getSetDefaultContentCatalogForm(); 301 } 302 303 public GetContentPageForm getGetContentPageForm() { 304 return ContentFormFactory.getGetContentPageForm(); 305 } 306 307 public DeleteContentWebAddressForm getDeleteContentWebAddressForm() { 308 return ContentFormFactory.getDeleteContentWebAddressForm(); 309 } 310 311 public CreateContentPageLayoutForm getCreateContentPageLayoutForm() { 312 return ContentFormFactory.getCreateContentPageLayoutForm(); 313 } 314 315 public GetContentForumForm getGetContentForumForm() { 316 return ContentFormFactory.getGetContentForumForm(); 317 } 318 319 public EditContentCategoryItemForm getEditContentCategoryItemForm() { 320 return ContentFormFactory.getEditContentCategoryItemForm(); 321 } 322 323 public GetContentSectionChoicesForm getGetContentSectionChoicesForm() { 324 return ContentFormFactory.getGetContentSectionChoicesForm(); 325 } 326 327 public CreateContentPageLayoutAreaForm getCreateContentPageLayoutAreaForm() { 328 return ContentFormFactory.getCreateContentPageLayoutAreaForm(); 329 } 330 331 public DeleteContentSectionForm getDeleteContentSectionForm() { 332 return ContentFormFactory.getDeleteContentSectionForm(); 333 } 334 335 public DeleteContentForumForm getDeleteContentForumForm() { 336 return ContentFormFactory.getDeleteContentForumForm(); 337 } 338 339 public DeleteContentPageDescriptionForm getDeleteContentPageDescriptionForm() { 340 return ContentFormFactory.getDeleteContentPageDescriptionForm(); 341 } 342 343 public SetDefaultContentSectionForm getSetDefaultContentSectionForm() { 344 return ContentFormFactory.getSetDefaultContentSectionForm(); 345 } 346 347 public EditContentPageAreaForm getEditContentPageAreaForm() { 348 return ContentFormFactory.getEditContentPageAreaForm(); 349 } 350 351 public DeleteContentCategoryItemForm getDeleteContentCategoryItemForm() { 352 return ContentFormFactory.getDeleteContentCategoryItemForm(); 353 } 354 355 public EditContentCatalogForm getEditContentCatalogForm() { 356 return ContentFormFactory.getEditContentCatalogForm(); 357 } 358 359 public CreateContentWebAddressServerForm getCreateContentWebAddressServerForm() { 360 return ContentFormFactory.getCreateContentWebAddressServerForm(); 361 } 362 363 public EditContentForumForm getEditContentForumForm() { 364 return ContentFormFactory.getEditContentForumForm(); 365 } 366 367 public GetContentWebAddressDescriptionsForm getGetContentWebAddressDescriptionsForm() { 368 return ContentFormFactory.getGetContentWebAddressDescriptionsForm(); 369 } 370 371 public SetDefaultContentPageLayoutForm getSetDefaultContentPageLayoutForm() { 372 return ContentFormFactory.getSetDefaultContentPageLayoutForm(); 373 } 374 375 public EditContentCollectionForm getEditContentCollectionForm() { 376 return ContentFormFactory.getEditContentCollectionForm(); 377 } 378 379 public GetContentPageDescriptionsForm getGetContentPageDescriptionsForm() { 380 return ContentFormFactory.getGetContentPageDescriptionsForm(); 381 } 382 383 public CreateContentSectionForm getCreateContentSectionForm() { 384 return ContentFormFactory.getCreateContentSectionForm(); 385 } 386 387 public CreateContentPageAreaForm getCreateContentPageAreaForm() { 388 return ContentFormFactory.getCreateContentPageAreaForm(); 389 } 390 391 public GetContentCategoryItemsForm getGetContentCategoryItemsForm() { 392 return ContentFormFactory.getGetContentCategoryItemsForm(); 393 } 394 395 public DeleteContentCategoryForm getDeleteContentCategoryForm() { 396 return ContentFormFactory.getDeleteContentCategoryForm(); 397 } 398 399 public CreateContentWebAddressDescriptionForm getCreateContentWebAddressDescriptionForm() { 400 return ContentFormFactory.getCreateContentWebAddressDescriptionForm(); 401 } 402 403 public GetContentCollectionDescriptionsForm getGetContentCollectionDescriptionsForm() { 404 return ContentFormFactory.getGetContentCollectionDescriptionsForm(); 405 } 406 407 public CreateContentCollectionDescriptionForm getCreateContentCollectionDescriptionForm() { 408 return ContentFormFactory.getCreateContentCollectionDescriptionForm(); 409 } 410 411 public GetContentCatalogForm getGetContentCatalogForm() { 412 return ContentFormFactory.getGetContentCatalogForm(); 413 } 414 415 public GetContentCategoryDescriptionsForm getGetContentCategoryDescriptionsForm() { 416 return ContentFormFactory.getGetContentCategoryDescriptionsForm(); 417 } 418 419 public CreateContentPageDescriptionForm getCreateContentPageDescriptionForm() { 420 return ContentFormFactory.getCreateContentPageDescriptionForm(); 421 } 422 423 public SetDefaultContentCategoryForm getSetDefaultContentCategoryForm() { 424 return ContentFormFactory.getSetDefaultContentCategoryForm(); 425 } 426 427 public GetContentCategoryChoicesForm getGetContentCategoryChoicesForm() { 428 return ContentFormFactory.getGetContentCategoryChoicesForm(); 429 } 430 431 public GetContentPagesForm getGetContentPagesForm() { 432 return ContentFormFactory.getGetContentPagesForm(); 433 } 434 435 public GetContentCategoryDescriptionForm getGetContentCategoryDescriptionForm() { 436 return ContentFormFactory.getGetContentCategoryDescriptionForm(); 437 } 438 439 public DeleteContentWebAddressDescriptionForm getDeleteContentWebAddressDescriptionForm() { 440 return ContentFormFactory.getDeleteContentWebAddressDescriptionForm(); 441 } 442 443 public GetContentPageLayoutsForm getGetContentPageLayoutsForm() { 444 return ContentFormFactory.getGetContentPageLayoutsForm(); 445 } 446 447 public DeleteContentCollectionDescriptionForm getDeleteContentCollectionDescriptionForm() { 448 return ContentFormFactory.getDeleteContentCollectionDescriptionForm(); 449 } 450 451 public GetContentPageAreaTypesForm getGetContentPageAreaTypesForm() { 452 return ContentFormFactory.getGetContentPageAreaTypesForm(); 453 } 454 455 public GetContentCollectionForm getGetContentCollectionForm() { 456 return ContentFormFactory.getGetContentCollectionForm(); 457 } 458 459 public EditContentPageLayoutDescriptionForm getEditContentPageLayoutDescriptionForm() { 460 return ContentFormFactory.getEditContentPageLayoutDescriptionForm(); 461 } 462 463 public GetContentPageAreaTypeForm getGetContentPageAreaTypeForm() { 464 return ContentFormFactory.getGetContentPageAreaTypeForm(); 465 } 466 467 public CreateContentPageAreaTypeForm getCreateContentPageAreaTypeForm() { 468 return ContentFormFactory.getCreateContentPageAreaTypeForm(); 469 } 470 471 public GetContentCollectionDescriptionForm getGetContentCollectionDescriptionForm() { 472 return ContentFormFactory.getGetContentCollectionDescriptionForm(); 473 } 474 475 public EditContentPageForm getEditContentPageForm() { 476 return ContentFormFactory.getEditContentPageForm(); 477 } 478 479 public SetDefaultContentCategoryItemForm getSetDefaultContentCategoryItemForm() { 480 return ContentFormFactory.getSetDefaultContentCategoryItemForm(); 481 } 482 483 public GetContentCategoryForm getGetContentCategoryForm() { 484 return ContentFormFactory.getGetContentCategoryForm(); 485 } 486 487 public GetContentSectionDescriptionsForm getGetContentSectionDescriptionsForm() { 488 return ContentFormFactory.getGetContentSectionDescriptionsForm(); 489 } 490 491 public GetContentCatalogsForm getGetContentCatalogsForm() { 492 return ContentFormFactory.getGetContentCatalogsForm(); 493 } 494 495 public GetContentWebAddressDescriptionForm getGetContentWebAddressDescriptionForm() { 496 return ContentFormFactory.getGetContentWebAddressDescriptionForm(); 497 } 498 499 public CreateContentCategoryDescriptionForm getCreateContentCategoryDescriptionForm() { 500 return ContentFormFactory.getCreateContentCategoryDescriptionForm(); 501 } 502 503 public EditContentCatalogDescriptionForm getEditContentCatalogDescriptionForm() { 504 return ContentFormFactory.getEditContentCatalogDescriptionForm(); 505 } 506 507 public CreateContentWebAddressForm getCreateContentWebAddressForm() { 508 return ContentFormFactory.getCreateContentWebAddressForm(); 509 } 510 511 public CreateContentForumForm getCreateContentForumForm() { 512 return ContentFormFactory.getCreateContentForumForm(); 513 } 514 515 public DeleteContentPageLayoutForm getDeleteContentPageLayoutForm() { 516 return ContentFormFactory.getDeleteContentPageLayoutForm(); 517 } 518 519 public SetDefaultContentForumForm getSetDefaultContentForumForm() { 520 return ContentFormFactory.getSetDefaultContentForumForm(); 521 } 522 523 public DeleteContentCategoryDescriptionForm getDeleteContentCategoryDescriptionForm() { 524 return ContentFormFactory.getDeleteContentCategoryDescriptionForm(); 525 } 526 527 public EditContentSectionDescriptionForm getEditContentSectionDescriptionForm() { 528 return ContentFormFactory.getEditContentSectionDescriptionForm(); 529 } 530 531 public SetDefaultContentPageForm getSetDefaultContentPageForm() { 532 return ContentFormFactory.getSetDefaultContentPageForm(); 533 } 534 535 public ContentCatalogSpec getContentCatalogSpec() { 536 return ContentSpecFactory.getContentCatalogSpec(); 537 } 538 539 public ContentCategoryDescriptionSpec getContentCategoryDescriptionSpec() { 540 return ContentSpecFactory.getContentCategoryDescriptionSpec(); 541 } 542 543 public ContentForumSpec getContentForumSpec() { 544 return ContentSpecFactory.getContentForumSpec(); 545 } 546 547 public ContentWebAddressSpec getContentWebAddressSpec() { 548 return ContentSpecFactory.getContentWebAddressSpec(); 549 } 550 551 public ContentCategorySpec getContentCategorySpec() { 552 return ContentSpecFactory.getContentCategorySpec(); 553 } 554 555 public ContentPageLayoutSpec getContentPageLayoutSpec() { 556 return ContentSpecFactory.getContentPageLayoutSpec(); 557 } 558 559 public ContentCatalogItemSpec getContentCatalogItemSpec() { 560 return ContentSpecFactory.getContentCatalogItemSpec(); 561 } 562 563 public ContentWebAddressServerSpec getContentWebAddressServerSpec() { 564 return ContentSpecFactory.getContentWebAddressServerSpec(); 565 } 566 567 public ContentCollectionDescriptionSpec getContentCollectionDescriptionSpec() { 568 return ContentSpecFactory.getContentCollectionDescriptionSpec(); 569 } 570 571 public ContentWebAddressDescriptionSpec getContentWebAddressDescriptionSpec() { 572 return ContentSpecFactory.getContentWebAddressDescriptionSpec(); 573 } 574 575 public ContentCategoryItemSpec getContentCategoryItemSpec() { 576 return ContentSpecFactory.getContentCategoryItemSpec(); 577 } 578 579 public ContentPageLayoutUniversalSpec getContentPageLayoutUniversalSpec() { 580 return ContentSpecFactory.getContentPageLayoutUniversalSpec(); 581 } 582 583 public ContentPageAreaTypeSpec getContentPageAreaTypeSpec() { 584 return ContentSpecFactory.getContentPageAreaTypeSpec(); 585 } 586 587 public ContentPageSpec getContentPageSpec() { 588 return ContentSpecFactory.getContentPageSpec(); 589 } 590 591 public ContentForumGroupSpec getContentForumGroupSpec() { 592 return ContentSpecFactory.getContentForumGroupSpec(); 593 } 594 595 public ContentPageDescriptionSpec getContentPageDescriptionSpec() { 596 return ContentSpecFactory.getContentPageDescriptionSpec(); 597 } 598 599 public ContentCollectionSpec getContentCollectionSpec() { 600 return ContentSpecFactory.getContentCollectionSpec(); 601 } 602 603 public ContentPageAreaSpec getContentPageAreaSpec() { 604 return ContentSpecFactory.getContentPageAreaSpec(); 605 } 606 607 public ContentPageAreaTypeUniversalSpec getContentPageAreaTypeUniversalSpec() { 608 return ContentSpecFactory.getContentPageAreaTypeUniversalSpec(); 609 } 610 611 public ContentPageLayoutDescriptionSpec getContentPageLayoutDescriptionSpec() { 612 return ContentSpecFactory.getContentPageLayoutDescriptionSpec(); 613 } 614 615 public ContentSectionSpec getContentSectionSpec() { 616 return ContentSpecFactory.getContentSectionSpec(); 617 } 618 619 public ContentSectionDescriptionSpec getContentSectionDescriptionSpec() { 620 return ContentSpecFactory.getContentSectionDescriptionSpec(); 621 } 622 623 public ContentCatalogDescriptionSpec getContentCatalogDescriptionSpec() { 624 return ContentSpecFactory.getContentCatalogDescriptionSpec(); 625 } 626 627}